Html Css Color HEX #A5046A Eggplant

📋 copy color: '#A5046A'

red 165 ◦ green 4 ◦ blue 106

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

Shades of Eggplant #A5046A

Tints of Eggplant #A5046A

RGB

 RED value IS 165 (64.84% from 255) = 60%

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 60%
G = 1.45%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5046A (or 0xA5046A) is known color: Eggplant. HEX triplet: A5, 04 and 6A. RGB value is (165,4,106). Sum of RGB (Red+Green+Blue) = 165+4+106=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5046A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5046A is #5AFB95. Grayscale: #3F3F3F. Windows color (decimal): -5962646 or 6948005. OLE color: 6948005.

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

Color convert

RGB 165 4 106 -
CMYK 0 0.98 0.36 0.35
HSL 321.99º 0.95% 0.33% -
HSV(B) 321.99º 0.98% 0.65% -
XYZ 18.16 9.13 14.44 -
YUV 63.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 165 4 106 0 0.98 0.36 0.35 321.99 0.95 0.33
Hex A5 4 6A 0 62 24 23 142 5F 21
Octal 245 4 152 0 142 44 43 502 137 41
Binary 10100101 100 1101010 0 1100010 100100 100011 101000010 1011111 100001

Color Harmonies of #A5046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5046A

Black with #A5046A

Text Example


Text Example

White with #A5046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5046A; }

 p { color: rgb(165,4,106); }

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

background-color css

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

 a { background-color: rgb(165,4,106); }

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

border-color css

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

 span { border-color: rgb(165,4,106); }

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