Html Css Color HEX #AF017D Eggplant

📋 copy color: '#AF017D'

red 175 ◦ green 1 ◦ blue 125

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

Shades of Eggplant #AF017D

Tints of Eggplant #AF017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 58.14%
G = 0.33%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF017D (or 0xAF017D) is known color: Eggplant. HEX triplet: AF, 01 and 7D. RGB value is (175,1,125). Sum of RGB (Red+Green+Blue) = 175+1+125=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF017D is #50FE82. Grayscale: #424242. Windows color (decimal): -5308035 or 8192431. OLE color: 8192431.

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

Color convert

RGB 175 1 125 -
CMYK 0 0.99 0.29 0.31
HSL 317.24º 0.99% 0.35% -
HSV(B) 317.24º 0.99% 0.69% -
XYZ 21.39 10.62 20.32 -
YUV 67.16 160.65 204.92 -
System Red Green Blue C M Y K H S L
Decimal 175 1 125 0 0.99 0.29 0.31 317.24 0.99 0.35
Hex AF 1 7D 0 63 1D 1F 13D 63 23
Octal 257 1 175 0 143 35 37 475 143 43
Binary 10101111 1 1111101 0 1100011 11101 11111 100111101 1100011 100011

Color Harmonies of #AF017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF017D

Black with #AF017D

Text Example


Text Example

White with #AF017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF017D; }

 p { color: rgb(175,1,125); }

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

background-color css

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

 a { background-color: rgb(175,1,125); }

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

border-color css

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

 span { border-color: rgb(175,1,125); }

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