Html Css Color HEX #A6026D Eggplant

📋 copy color: '#A6026D'

red 166 ◦ green 2 ◦ blue 109

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

Shades of Eggplant #A6026D

Tints of Eggplant #A6026D

RGB

 RED value IS 166 (65.23% from 255) = 59.93%

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

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 59.93%
G = 0.72%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6026D (or 0xA6026D) is known color: Eggplant. HEX triplet: A6, 02 and 6D. RGB value is (166,2,109). Sum of RGB (Red+Green+Blue) = 166+2+109=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6026D is #59FD92. Grayscale: #3E3E3E. Windows color (decimal): -5897619 or 7144102. OLE color: 7144102.

HSL color Cylindrical-coordinate representation of color #A6026D: hue angle of 320.85º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6026D is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 2 109 -
CMYK 0 0.99 0.34 0.35
HSL 320.85º 0.98% 0.33% -
HSV(B) 320.85º 0.99% 0.65% -
XYZ 18.51 9.25 15.28 -
YUV 63.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 166 2 109 0 0.99 0.34 0.35 320.85 0.98 0.33
Hex A6 2 6D 0 63 22 23 141 62 21
Octal 246 2 155 0 143 42 43 501 142 41
Binary 10100110 10 1101101 0 1100011 100010 100011 101000001 1100010 100001

Color Harmonies of #A6026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6026D

Black with #A6026D

Text Example


Text Example

White with #A6026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6026D; }

 p { color: rgb(166,2,109); }

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

background-color css

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

 a { background-color: rgb(166,2,109); }

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

border-color css

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

 span { border-color: rgb(166,2,109); }

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