Html Css Color HEX #AF067A Eggplant

📋 copy color: '#AF067A'

red 175 ◦ green 6 ◦ blue 122

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

Shades of Eggplant #AF067A

Tints of Eggplant #AF067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.98%

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

R = 57.76%
G = 1.98%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF067A (or 0xAF067A) is known color: Eggplant. HEX triplet: AF, 06 and 7A. RGB value is (175,6,122). Sum of RGB (Red+Green+Blue) = 175+6+122=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF067A is #50F985. Grayscale: #454545. Windows color (decimal): -5306758 or 7997103. OLE color: 7997103.

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

Color convert

RGB 175 6 122 -
CMYK 0 0.97 0.30 0.31
HSL 318.82º 0.93% 0.35% -
HSV(B) 318.82º 0.97% 0.69% -
XYZ 21.26 10.65 19.35 -
YUV 69.76 157.49 203.07 -
System Red Green Blue C M Y K H S L
Decimal 175 6 122 0 0.97 0.30 0.31 318.82 0.93 0.35
Hex AF 6 7A 0 61 1E 1F 13F 5D 23
Octal 257 6 172 0 141 36 37 477 135 43
Binary 10101111 110 1111010 0 1100001 11110 11111 100111111 1011101 100011

Color Harmonies of #AF067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF067A

Black with #AF067A

Text Example


Text Example

White with #AF067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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