Html Css Color HEX #AF007E Eggplant

📋 copy color: '#AF007E'

red 175 ◦ green 0 ◦ blue 126

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

Shades of Eggplant #AF007E

Tints of Eggplant #AF007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.86%

R = 58.14%
G = 0%
B = 41.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF007E (or 0xAF007E) is known color: Eggplant. HEX triplet: AF, 00 and 7E. RGB value is (175,0,126). Sum of RGB (Red+Green+Blue) = 175+0+126=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF007E is #50FF81. Grayscale: #424242. Windows color (decimal): -5308290 or 8257711. OLE color: 8257711.

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

Color convert

RGB 175 0 126 -
CMYK 0 1 0.28 0.31
HSL 316.8º 1% 0.34% -
HSV(B) 316.8º 1% 0.69% -
XYZ 21.45 10.62 20.66 -
YUV 66.69 161.48 205.25 -
System Red Green Blue C M Y K H S L
Decimal 175 0 126 0 1 0.28 0.31 316.8 1 0.34
Hex AF 0 7E 0 64 1C 1F 13D 64 22
Octal 257 0 176 0 144 34 37 475 144 42
Binary 10101111 0 1111110 0 1100100 11100 11111 100111101 1100100 100010

Color Harmonies of #AF007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF007E

Black with #AF007E

Text Example


Text Example

White with #AF007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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