Html Css Color HEX #AF007C Eggplant

📋 copy color: '#AF007C'

red 175 ◦ green 0 ◦ blue 124

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

Shades of Eggplant #AF007C

Tints of Eggplant #AF007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 58.53%
G = 0%
B = 41.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF007C (or 0xAF007C) is known color: Eggplant. HEX triplet: AF, 00 and 7C. RGB value is (175,0,124). Sum of RGB (Red+Green+Blue) = 175+0+124=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF007C is #50FF83. Grayscale: #424242. Windows color (decimal): -5308292 or 8126639. OLE color: 8126639.

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

Color convert

RGB 175 0 124 -
CMYK 0 1 0.29 0.31
HSL 317.49º 1% 0.34% -
HSV(B) 317.49º 1% 0.69% -
XYZ 21.32 10.57 19.99 -
YUV 66.46 160.48 205.42 -
System Red Green Blue C M Y K H S L
Decimal 175 0 124 0 1 0.29 0.31 317.49 1 0.34
Hex AF 0 7C 0 64 1D 1F 13D 64 22
Octal 257 0 174 0 144 35 37 475 144 42
Binary 10101111 0 1111100 0 1100100 11101 11111 100111101 1100100 100010

Color Harmonies of #AF007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF007C

Black with #AF007C

Text Example


Text Example

White with #AF007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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