Html Css Color HEX #A30781 Eggplant

📋 copy color: '#A30781'

red 163 ◦ green 7 ◦ blue 129

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

Shades of Eggplant #A30781

Tints of Eggplant #A30781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

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

R = 54.52%
G = 2.34%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A30781 (or 0xA30781) is known color: Eggplant. HEX triplet: A3, 07 and 81. RGB value is (163,7,129). Sum of RGB (Red+Green+Blue) = 163+7+129=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A30781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30781 is #5CF87E. Grayscale: #434343. Windows color (decimal): -6092927 or 8456099. OLE color: 8456099.

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

Color convert

RGB 163 7 129 -
CMYK 0 0.96 0.21 0.36
HSL 313.08º 0.92% 0.33% -
HSV(B) 313.08º 0.96% 0.64% -
XYZ 19.14 9.52 21.6 -
YUV 67.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 163 7 129 0 0.96 0.21 0.36 313.08 0.92 0.33
Hex A3 7 81 0 60 15 24 139 5C 21
Octal 243 7 201 0 140 25 44 471 134 41
Binary 10100011 111 10000001 0 1100000 10101 100100 100111001 1011100 100001

Color Harmonies of #A30781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30781

Black with #A30781

Text Example


Text Example

White with #A30781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30781; }

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

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

background-color css

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

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

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

border-color css

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

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

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