Html Css Color HEX #AF007B Eggplant

📋 copy color: '#AF007B'

red 175 ◦ green 0 ◦ blue 123

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

Shades of Eggplant #AF007B

Tints of Eggplant #AF007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 58.72%
G = 0%
B = 41.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF007B (or 0xAF007B) is known color: Eggplant. HEX triplet: AF, 00 and 7B. RGB value is (175,0,123). Sum of RGB (Red+Green+Blue) = 175+0+123=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF007B is #50FF84. Grayscale: #424242. Windows color (decimal): -5308293 or 8061103. OLE color: 8061103.

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

Color convert

RGB 175 0 123 -
CMYK 0 1 0.30 0.31
HSL 317.83º 1% 0.34% -
HSV(B) 317.83º 1% 0.69% -
XYZ 21.25 10.54 19.65 -
YUV 66.35 159.98 205.5 -
System Red Green Blue C M Y K H S L
Decimal 175 0 123 0 1 0.30 0.31 317.83 1 0.34
Hex AF 0 7B 0 64 1E 1F 13E 64 22
Octal 257 0 173 0 144 36 37 476 144 42
Binary 10101111 0 1111011 0 1100100 11110 11111 100111110 1100100 100010

Color Harmonies of #AF007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF007B

Black with #AF007B

Text Example


Text Example

White with #AF007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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