Html Css Color HEX #AF74EF Medium Purple

📋 copy color: '#AF74EF'

red 175 ◦ green 116 ◦ blue 239

#AF74EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #AF74EF

Tints of Medium Purple #AF74EF

RGB

 RED value IS 175 (68.75% from 255) = 33.02%

 GREEN value IS 116 (45.7% from 255) = 21.89%

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 33.02%
G = 21.89%
B = 45.09%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF74EF (or 0xAF74EF) is known color: Medium Purple. HEX triplet: AF, 74 and EF. RGB value is (175,116,239). Sum of RGB (Red+Green+Blue) = 175+116+239=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF74EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74EF is #508B10. Grayscale: #939393. Windows color (decimal): -5278481 or 15692975. OLE color: 15692975.

HSL color Cylindrical-coordinate representation of color #AF74EF: hue angle of 268.78º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF74EF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 116 239 -
CMYK 0.27 0.51 0 0.06
HSL 268.78º 0.79% 0.7% -
HSV(B) 268.78º 0.51% 0.94% -
XYZ 39.5 27.84 84.95 -
YUV 147.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 175 116 239 0.27 0.51 0 0.06 268.78 0.79 0.7
Hex AF 74 EF 1B 33 0 6 10D 4F 46
Octal 257 164 357 33 63 0 6 415 117 106
Binary 10101111 1110100 11101111 11011 110011 0 110 100001101 1001111 1000110

Color Harmonies of #AF74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74EF

Black with #AF74EF

Text Example


Text Example

White with #AF74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74EF; }

 p { color: rgb(175,116,239); }

 H1.HeaderClassName
 {
   color: #AF74EF;
 }
 .AnyTagClassName
 {
   color: #AF74EF;
 }
</style>

background-color css

<style>
 a { background-color: #AF74EF; }

 a { background-color: rgb(175,116,239); }

 div.DivClassName
 {
   background-color: #AF74EF;
 }
 .BgClassName
 {
   background-color: #AF74EF;
 }
</style>

border-color css

<style>
 span { border-color: #AF74EF; }

 span { border-color: rgb(175,116,239); }

 td.TdClassName
 {
   border-color: #AF74EF;
 }
 .TagClassName
 {
   border-color: #AF74EF;
 }
</style>