Html Css Color HEX #AF027A Eggplant

📋 copy color: '#AF027A'

red 175 ◦ green 2 ◦ blue 122

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

Shades of Eggplant #AF027A

Tints of Eggplant #AF027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.8%

R = 58.53%
G = 0.67%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF027A (or 0xAF027A) is known color: Eggplant. HEX triplet: AF, 02 and 7A. RGB value is (175,2,122). Sum of RGB (Red+Green+Blue) = 175+2+122=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF027A is #50FD85. Grayscale: #434343. Windows color (decimal): -5307782 or 7996079. OLE color: 7996079.

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

Color convert

RGB 175 2 122 -
CMYK 0 0.99 0.30 0.31
HSL 318.38º 0.98% 0.35% -
HSV(B) 318.38º 0.99% 0.69% -
XYZ 21.21 10.56 19.33 -
YUV 67.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 175 2 122 0 0.99 0.30 0.31 318.38 0.98 0.35
Hex AF 2 7A 0 63 1E 1F 13E 62 23
Octal 257 2 172 0 143 36 37 476 142 43
Binary 10101111 10 1111010 0 1100011 11110 11111 100111110 1100010 100011

Color Harmonies of #AF027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF027A

Black with #AF027A

Text Example


Text Example

White with #AF027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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