Html Css Color HEX #AF0171 Eggplant

📋 copy color: '#AF0171'

red 175 ◦ green 1 ◦ blue 113

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

Shades of Eggplant #AF0171

Tints of Eggplant #AF0171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.1%

R = 60.55%
G = 0.35%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF0171 (or 0xAF0171) is known color: Eggplant. HEX triplet: AF, 01 and 71. RGB value is (175,1,113). Sum of RGB (Red+Green+Blue) = 175+1+113=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0171 is #50FE8E. Grayscale: #414141. Windows color (decimal): -5308047 or 7405999. OLE color: 7405999.

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

Color convert

RGB 175 1 113 -
CMYK 0 0.99 0.35 0.31
HSL 321.38º 0.99% 0.35% -
HSV(B) 321.38º 0.99% 0.69% -
XYZ 20.67 10.33 16.53 -
YUV 65.79 154.65 205.89 -
System Red Green Blue C M Y K H S L
Decimal 175 1 113 0 0.99 0.35 0.31 321.38 0.99 0.35
Hex AF 1 71 0 63 23 1F 141 63 23
Octal 257 1 161 0 143 43 37 501 143 43
Binary 10101111 1 1110001 0 1100011 100011 11111 101000001 1100011 100011

Color Harmonies of #AF0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0171

Black with #AF0171

Text Example


Text Example

White with #AF0171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0171; }

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

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

background-color css

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

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

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

border-color css

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

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

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