Html Css Color HEX #A30481 Eggplant

📋 copy color: '#A30481'

red 163 ◦ green 4 ◦ blue 129

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

Shades of Eggplant #A30481

Tints of Eggplant #A30481

RGB

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

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

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

R = 55.07%
G = 1.35%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A30481 (or 0xA30481) is known color: Eggplant. HEX triplet: A3, 04 and 81. RGB value is (163,4,129). Sum of RGB (Red+Green+Blue) = 163+4+129=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A30481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30481 is #5CFB7E. Grayscale: #414141. Windows color (decimal): -6093695 or 8455331. OLE color: 8455331.

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

Color convert

RGB 163 4 129 -
CMYK 0 0.98 0.21 0.36
HSL 312.83º 0.95% 0.33% -
HSV(B) 312.83º 0.98% 0.64% -
XYZ 19.11 9.46 21.59 -
YUV 65.79 163.68 197.34 -
System Red Green Blue C M Y K H S L
Decimal 163 4 129 0 0.98 0.21 0.36 312.83 0.95 0.33
Hex A3 4 81 0 62 15 24 139 5F 21
Octal 243 4 201 0 142 25 44 471 137 41
Binary 10100011 100 10000001 0 1100010 10101 100100 100111001 1011111 100001

Color Harmonies of #A30481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30481

Black with #A30481

Text Example


Text Example

White with #A30481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30481; }

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

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

background-color css

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

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

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

border-color css

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

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

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