Html Css Color HEX #AF0174 Eggplant

📋 copy color: '#AF0174'

red 175 ◦ green 1 ◦ blue 116

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

Shades of Eggplant #AF0174

Tints of Eggplant #AF0174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 59.93%
G = 0.34%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF0174 (or 0xAF0174) is known color: Eggplant. HEX triplet: AF, 01 and 74. RGB value is (175,1,116). Sum of RGB (Red+Green+Blue) = 175+1+116=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0174 is #50FE8B. Grayscale: #414141. Windows color (decimal): -5308044 or 7602607. OLE color: 7602607.

HSL color Cylindrical-coordinate representation of color #AF0174: hue angle of 320.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0174 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 116 -
CMYK 0 0.99 0.34 0.31
HSL 320.34º 0.99% 0.35% -
HSV(B) 320.34º 0.99% 0.69% -
XYZ 20.84 10.4 17.43 -
YUV 66.14 156.15 205.65 -
System Red Green Blue C M Y K H S L
Decimal 175 1 116 0 0.99 0.34 0.31 320.34 0.99 0.35
Hex AF 1 74 0 63 22 1F 140 63 23
Octal 257 1 164 0 143 42 37 500 143 43
Binary 10101111 1 1110100 0 1100011 100010 11111 101000000 1100011 100011

Color Harmonies of #AF0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0174

Black with #AF0174

Text Example


Text Example

White with #AF0174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0174; }

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

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

background-color css

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

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

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

border-color css

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

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

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