Html Css Color HEX #AF006F Eggplant

📋 copy color: '#AF006F'

red 175 ◦ green 0 ◦ blue 111

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

Shades of Eggplant #AF006F

Tints of Eggplant #AF006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 61.19%
G = 0%
B = 38.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF006F (or 0xAF006F) is known color: Eggplant. HEX triplet: AF, 00 and 6F. RGB value is (175,0,111). Sum of RGB (Red+Green+Blue) = 175+0+111=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF006F is #50FF90. Grayscale: #404040. Windows color (decimal): -5308305 or 7274671. OLE color: 7274671.

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

Color convert

RGB 175 0 111 -
CMYK 0 1 0.37 0.31
HSL 321.94º 1% 0.34% -
HSV(B) 321.94º 1% 0.69% -
XYZ 20.55 10.26 15.94 -
YUV 64.98 153.98 206.47 -
System Red Green Blue C M Y K H S L
Decimal 175 0 111 0 1 0.37 0.31 321.94 1 0.34
Hex AF 0 6F 0 64 25 1F 142 64 22
Octal 257 0 157 0 144 45 37 502 144 42
Binary 10101111 0 1101111 0 1100100 100101 11111 101000010 1100100 100010

Color Harmonies of #AF006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF006F

Black with #AF006F

Text Example


Text Example

White with #AF006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF006F; }

 p { color: rgb(175,0,111); }

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

background-color css

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

 a { background-color: rgb(175,0,111); }

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

border-color css

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

 span { border-color: rgb(175,0,111); }

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