Html Css Color HEX #A30474 Eggplant

📋 copy color: '#A30474'

red 163 ◦ green 4 ◦ blue 116

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

Shades of Eggplant #A30474

Tints of Eggplant #A30474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 57.6%
G = 1.41%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A30474 (or 0xA30474) is known color: Eggplant. HEX triplet: A3, 04 and 74. RGB value is (163,4,116). Sum of RGB (Red+Green+Blue) = 163+4+116=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A30474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30474 is #5CFB8B. Grayscale: #404040. Windows color (decimal): -6093708 or 7603363. OLE color: 7603363.

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

Color convert

RGB 163 4 116 -
CMYK 0 0.98 0.29 0.36
HSL 317.74º 0.95% 0.33% -
HSV(B) 317.74º 0.98% 0.64% -
XYZ 18.3 9.13 17.32 -
YUV 64.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 163 4 116 0 0.98 0.29 0.36 317.74 0.95 0.33
Hex A3 4 74 0 62 1D 24 13E 5F 21
Octal 243 4 164 0 142 35 44 476 137 41
Binary 10100011 100 1110100 0 1100010 11101 100100 100111110 1011111 100001

Color Harmonies of #A30474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30474

Black with #A30474

Text Example


Text Example

White with #A30474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30474; }

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

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

background-color css

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

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

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

border-color css

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

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

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