Html Css Color HEX #A30181 Eggplant

📋 copy color: '#A30181'

red 163 ◦ green 1 ◦ blue 129

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

Shades of Eggplant #A30181

Tints of Eggplant #A30181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 129 (50.78% from 255) = 44.03%

R = 55.63%
G = 0.34%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A30181 (or 0xA30181) is known color: Eggplant. HEX triplet: A3, 01 and 81. RGB value is (163,1,129). Sum of RGB (Red+Green+Blue) = 163+1+129=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A30181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30181 is #5CFE7E. Grayscale: #3F3F3F. Windows color (decimal): -6094463 or 8454563. OLE color: 8454563.

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

Color convert

RGB 163 1 129 -
CMYK 0 0.99 0.21 0.36
HSL 312.59º 0.99% 0.32% -
HSV(B) 312.59º 0.99% 0.64% -
XYZ 19.08 9.39 21.58 -
YUV 64.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 163 1 129 0 0.99 0.21 0.36 312.59 0.99 0.32
Hex A3 1 81 0 63 15 24 139 63 20
Octal 243 1 201 0 143 25 44 471 143 40
Binary 10100011 1 10000001 0 1100011 10101 100100 100111001 1100011 100000

Color Harmonies of #A30181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30181

Black with #A30181

Text Example


Text Example

White with #A30181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30181; }

 p { color: rgb(163,1,129); }

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

background-color css

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

 a { background-color: rgb(163,1,129); }

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

border-color css

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

 span { border-color: rgb(163,1,129); }

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