Html Css Color HEX #AF0275 Eggplant

📋 copy color: '#AF0275'

red 175 ◦ green 2 ◦ blue 117

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

Shades of Eggplant #AF0275

Tints of Eggplant #AF0275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 59.52%
G = 0.68%
B = 39.8%

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

#AF0275 (or 0xAF0275) is known color: Eggplant. HEX triplet: AF, 02 and 75. RGB value is (175,2,117). Sum of RGB (Red+Green+Blue) = 175+2+117=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0275 is #50FD8A. Grayscale: #424242. Windows color (decimal): -5307787 or 7668399. OLE color: 7668399.

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

Color convert

RGB 175 2 117 -
CMYK 0 0.99 0.33 0.31
HSL 320.12º 0.98% 0.35% -
HSV(B) 320.12º 0.99% 0.69% -
XYZ 20.91 10.44 17.74 -
YUV 66.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 175 2 117 0 0.99 0.33 0.31 320.12 0.98 0.35
Hex AF 2 75 0 63 21 1F 140 62 23
Octal 257 2 165 0 143 41 37 500 142 43
Binary 10101111 10 1110101 0 1100011 100001 11111 101000000 1100010 100011

Color Harmonies of #AF0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0275

Black with #AF0275

Text Example


Text Example

White with #AF0275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0275; }

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

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

background-color css

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

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

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

border-color css

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

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

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