Html Css Color HEX #AF007A Eggplant

📋 copy color: '#AF007A'

red 175 ◦ green 0 ◦ blue 122

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

Shades of Eggplant #AF007A

Tints of Eggplant #AF007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.08%

R = 58.92%
G = 0%
B = 41.08%

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

#AF007A (or 0xAF007A) is known color: Eggplant. HEX triplet: AF, 00 and 7A. RGB value is (175,0,122). Sum of RGB (Red+Green+Blue) = 175+0+122=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF007A is #50FF85. Grayscale: #414141. Windows color (decimal): -5308294 or 7995567. OLE color: 7995567.

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

Color convert

RGB 175 0 122 -
CMYK 0 1 0.30 0.31
HSL 318.17º 1% 0.34% -
HSV(B) 318.17º 1% 0.69% -
XYZ 21.19 10.52 19.33 -
YUV 66.23 159.48 205.58 -
System Red Green Blue C M Y K H S L
Decimal 175 0 122 0 1 0.30 0.31 318.17 1 0.34
Hex AF 0 7A 0 64 1E 1F 13E 64 22
Octal 257 0 172 0 144 36 37 476 144 42
Binary 10101111 0 1111010 0 1100100 11110 11111 100111110 1100100 100010

Color Harmonies of #AF007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF007A

Black with #AF007A

Text Example


Text Example

White with #AF007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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