Html Css Color HEX #A30472 Eggplant

📋 copy color: '#A30472'

red 163 ◦ green 4 ◦ blue 114

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

Shades of Eggplant #A30472

Tints of Eggplant #A30472

RGB

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

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

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

R = 58.01%
G = 1.42%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A30472 (or 0xA30472) is known color: Eggplant. HEX triplet: A3, 04 and 72. RGB value is (163,4,114). Sum of RGB (Red+Green+Blue) = 163+4+114=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A30472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30472 is #5CFB8D. Grayscale: #3F3F3F. Windows color (decimal): -6093710 or 7472291. OLE color: 7472291.

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

Color convert

RGB 163 4 114 -
CMYK 0 0.98 0.30 0.36
HSL 318.49º 0.95% 0.33% -
HSV(B) 318.49º 0.98% 0.64% -
XYZ 18.18 9.09 16.72 -
YUV 64.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 163 4 114 0 0.98 0.30 0.36 318.49 0.95 0.33
Hex A3 4 72 0 62 1E 24 13E 5F 21
Octal 243 4 162 0 142 36 44 476 137 41
Binary 10100011 100 1110010 0 1100010 11110 100100 100111110 1011111 100001

Color Harmonies of #A30472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30472

Black with #A30472

Text Example


Text Example

White with #A30472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30472; }

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

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

background-color css

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

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

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

border-color css

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

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

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