Html Css Color HEX #A5037B Eggplant

📋 copy color: '#A5037B'

red 165 ◦ green 3 ◦ blue 123

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

Shades of Eggplant #A5037B

Tints of Eggplant #A5037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 123 (48.44% from 255) = 42.27%

R = 56.7%
G = 1.03%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5037B (or 0xA5037B) is known color: Eggplant. HEX triplet: A5, 03 and 7B. RGB value is (165,3,123). Sum of RGB (Red+Green+Blue) = 165+3+123=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5037B is #5AFC84. Grayscale: #404040. Windows color (decimal): -5962885 or 8061861. OLE color: 8061861.

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

Color convert

RGB 165 3 123 -
CMYK 0 0.98 0.25 0.35
HSL 315.56º 0.96% 0.33% -
HSV(B) 315.56º 0.98% 0.65% -
XYZ 19.12 9.49 19.56 -
YUV 65.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 165 3 123 0 0.98 0.25 0.35 315.56 0.96 0.33
Hex A5 3 7B 0 62 19 23 13C 60 21
Octal 245 3 173 0 142 31 43 474 140 41
Binary 10100101 11 1111011 0 1100010 11001 100011 100111100 1100000 100001

Color Harmonies of #A5037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5037B

Black with #A5037B

Text Example


Text Example

White with #A5037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5037B; }

 p { color: rgb(165,3,123); }

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

background-color css

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

 a { background-color: rgb(165,3,123); }

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

border-color css

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

 span { border-color: rgb(165,3,123); }

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