Html Css Color HEX #A30572 Eggplant

📋 copy color: '#A30572'

red 163 ◦ green 5 ◦ blue 114

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

Shades of Eggplant #A30572

Tints of Eggplant #A30572

RGB

 RED value IS 163 (64.06% from 255) = 57.8%

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 57.8%
G = 1.77%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A30572 (or 0xA30572) is known color: Eggplant. HEX triplet: A3, 05 and 72. RGB value is (163,5,114). Sum of RGB (Red+Green+Blue) = 163+5+114=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A30572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30572 is #5CFA8D. Grayscale: #404040. Windows color (decimal): -6093454 or 7472547. OLE color: 7472547.

HSL color Cylindrical-coordinate representation of color #A30572: hue angle of 318.61º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30572 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 5 114 -
CMYK 0 0.97 0.30 0.36
HSL 318.61º 0.94% 0.33% -
HSV(B) 318.61º 0.97% 0.64% -
XYZ 18.2 9.11 16.72 -
YUV 64.67 155.85 198.14 -
System Red Green Blue C M Y K H S L
Decimal 163 5 114 0 0.97 0.30 0.36 318.61 0.94 0.33
Hex A3 5 72 0 61 1E 24 13F 5E 21
Octal 243 5 162 0 141 36 44 477 136 41
Binary 10100011 101 1110010 0 1100001 11110 100100 100111111 1011110 100001

Color Harmonies of #A30572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30572

Black with #A30572

Text Example


Text Example

White with #A30572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30572; }

 p { color: rgb(163,5,114); }

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

background-color css

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

 a { background-color: rgb(163,5,114); }

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

border-color css

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

 span { border-color: rgb(163,5,114); }

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