Html Css Color HEX #AF0272 Eggplant

📋 copy color: '#AF0272'

red 175 ◦ green 2 ◦ blue 114

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

Shades of Eggplant #AF0272

Tints of Eggplant #AF0272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 60.14%
G = 0.69%
B = 39.18%

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

#AF0272 (or 0xAF0272) is known color: Eggplant. HEX triplet: AF, 02 and 72. RGB value is (175,2,114). Sum of RGB (Red+Green+Blue) = 175+2+114=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0272 is #50FD8D. Grayscale: #424242. Windows color (decimal): -5307790 or 7471791. OLE color: 7471791.

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

Color convert

RGB 175 2 114 -
CMYK 0 0.99 0.35 0.31
HSL 321.16º 0.98% 0.35% -
HSV(B) 321.16º 0.99% 0.69% -
XYZ 20.74 10.37 16.83 -
YUV 66.5 154.81 205.39 -
System Red Green Blue C M Y K H S L
Decimal 175 2 114 0 0.99 0.35 0.31 321.16 0.98 0.35
Hex AF 2 72 0 63 23 1F 141 62 23
Octal 257 2 162 0 143 43 37 501 142 43
Binary 10101111 10 1110010 0 1100011 100011 11111 101000001 1100010 100011

Color Harmonies of #AF0272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0272

Black with #AF0272

Text Example


Text Example

White with #AF0272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0272; }

 p { color: rgb(175,2,114); }

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

background-color css

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

 a { background-color: rgb(175,2,114); }

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

border-color css

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

 span { border-color: rgb(175,2,114); }

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