Html Css Color HEX #A5027D Eggplant

📋 copy color: '#A5027D'

red 165 ◦ green 2 ◦ blue 125

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

Shades of Eggplant #A5027D

Tints of Eggplant #A5027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.81%

R = 56.51%
G = 0.68%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5027D (or 0xA5027D) is known color: Eggplant. HEX triplet: A5, 02 and 7D. RGB value is (165,2,125). Sum of RGB (Red+Green+Blue) = 165+2+125=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5027D is #5AFD82. Grayscale: #404040. Windows color (decimal): -5963139 or 8192677. OLE color: 8192677.

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

Color convert

RGB 165 2 125 -
CMYK 0 0.99 0.24 0.35
HSL 314.72º 0.98% 0.33% -
HSV(B) 314.72º 0.99% 0.65% -
XYZ 19.24 9.52 20.23 -
YUV 64.76 162 199.5 -
System Red Green Blue C M Y K H S L
Decimal 165 2 125 0 0.99 0.24 0.35 314.72 0.98 0.33
Hex A5 2 7D 0 63 18 23 13B 62 21
Octal 245 2 175 0 143 30 43 473 142 41
Binary 10100101 10 1111101 0 1100011 11000 100011 100111011 1100010 100001

Color Harmonies of #A5027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5027D

Black with #A5027D

Text Example


Text Example

White with #A5027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5027D; }

 p { color: rgb(165,2,125); }

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

background-color css

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

 a { background-color: rgb(165,2,125); }

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

border-color css

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

 span { border-color: rgb(165,2,125); }

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