Html Css Color HEX #A5046B Eggplant

📋 copy color: '#A5046B'

red 165 ◦ green 4 ◦ blue 107

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

Shades of Eggplant #A5046B

Tints of Eggplant #A5046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 59.78%
G = 1.45%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5046B (or 0xA5046B) is known color: Eggplant. HEX triplet: A5, 04 and 6B. RGB value is (165,4,107). Sum of RGB (Red+Green+Blue) = 165+4+107=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5046B is #5AFB94. Grayscale: #3F3F3F. Windows color (decimal): -5962645 or 7013541. OLE color: 7013541.

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

Color convert

RGB 165 4 107 -
CMYK 0 0.98 0.35 0.35
HSL 321.61º 0.95% 0.33% -
HSV(B) 321.61º 0.98% 0.65% -
XYZ 18.21 9.15 14.72 -
YUV 63.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 165 4 107 0 0.98 0.35 0.35 321.61 0.95 0.33
Hex A5 4 6B 0 62 23 23 142 5F 21
Octal 245 4 153 0 142 43 43 502 137 41
Binary 10100101 100 1101011 0 1100010 100011 100011 101000010 1011111 100001

Color Harmonies of #A5046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5046B

Black with #A5046B

Text Example


Text Example

White with #A5046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5046B; }

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

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

background-color css

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

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

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

border-color css

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

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

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