Html Css Color HEX #AF0278 Eggplant

📋 copy color: '#AF0278'

red 175 ◦ green 2 ◦ blue 120

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

Shades of Eggplant #AF0278

Tints of Eggplant #AF0278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 58.92%
G = 0.67%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF0278 (or 0xAF0278) is known color: Eggplant. HEX triplet: AF, 02 and 78. RGB value is (175,2,120). Sum of RGB (Red+Green+Blue) = 175+2+120=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0278 is #50FD87. Grayscale: #424242. Windows color (decimal): -5307784 or 7865007. OLE color: 7865007.

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

Color convert

RGB 175 2 120 -
CMYK 0 0.99 0.31 0.31
HSL 319.08º 0.98% 0.35% -
HSV(B) 319.08º 0.99% 0.69% -
XYZ 21.09 10.51 18.69 -
YUV 67.18 157.81 204.91 -
System Red Green Blue C M Y K H S L
Decimal 175 2 120 0 0.99 0.31 0.31 319.08 0.98 0.35
Hex AF 2 78 0 63 1F 1F 13F 62 23
Octal 257 2 170 0 143 37 37 477 142 43
Binary 10101111 10 1111000 0 1100011 11111 11111 100111111 1100010 100011

Color Harmonies of #AF0278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0278

Black with #AF0278

Text Example


Text Example

White with #AF0278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0278; }

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

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

background-color css

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

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

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

border-color css

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

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

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