Html Css Color HEX #A30880 Eggplant

📋 copy color: '#A30880'

red 163 ◦ green 8 ◦ blue 128

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

Shades of Eggplant #A30880

Tints of Eggplant #A30880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 54.52%
G = 2.68%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A30880 (or 0xA30880) is known color: Eggplant. HEX triplet: A3, 08 and 80. RGB value is (163,8,128). Sum of RGB (Red+Green+Blue) = 163+8+128=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A30880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30880 is #5CF77F. Grayscale: #434343. Windows color (decimal): -6092672 or 8390819. OLE color: 8390819.

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

Color convert

RGB 163 8 128 -
CMYK 0 0.95 0.21 0.36
HSL 313.55º 0.91% 0.34% -
HSV(B) 313.55º 0.95% 0.64% -
XYZ 19.09 9.52 21.25 -
YUV 68.03 161.85 195.74 -
System Red Green Blue C M Y K H S L
Decimal 163 8 128 0 0.95 0.21 0.36 313.55 0.91 0.34
Hex A3 8 80 0 5F 15 24 13A 5B 22
Octal 243 10 200 0 137 25 44 472 133 42
Binary 10100011 1000 10000000 0 1011111 10101 100100 100111010 1011011 100010

Color Harmonies of #A30880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30880

Black with #A30880

Text Example


Text Example

White with #A30880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30880; }

 p { color: rgb(163,8,128); }

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

background-color css

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

 a { background-color: rgb(163,8,128); }

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

border-color css

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

 span { border-color: rgb(163,8,128); }

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