Html Css Color HEX #AF0175 Eggplant

📋 copy color: '#AF0175'

red 175 ◦ green 1 ◦ blue 117

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

Shades of Eggplant #AF0175

Tints of Eggplant #AF0175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 59.73%
G = 0.34%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF0175 (or 0xAF0175) is known color: Eggplant. HEX triplet: AF, 01 and 75. RGB value is (175,1,117). Sum of RGB (Red+Green+Blue) = 175+1+117=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0175 is #50FE8A. Grayscale: #414141. Windows color (decimal): -5308043 or 7668143. OLE color: 7668143.

HSL color Cylindrical-coordinate representation of color #AF0175: hue angle of 320º 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 #AF0175 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 117 -
CMYK 0 0.99 0.33 0.31
HSL 320º 0.99% 0.35% -
HSV(B) 320º 0.99% 0.69% -
XYZ 20.9 10.42 17.74 -
YUV 66.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 175 1 117 0 0.99 0.33 0.31 320 0.99 0.35
Hex AF 1 75 0 63 21 1F 140 63 23
Octal 257 1 165 0 143 41 37 500 143 43
Binary 10101111 1 1110101 0 1100011 100001 11111 101000000 1100011 100011

Color Harmonies of #AF0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0175

Black with #AF0175

Text Example


Text Example

White with #AF0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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