Html Css Color HEX #A30278 Eggplant

📋 copy color: '#A30278'

red 163 ◦ green 2 ◦ blue 120

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

Shades of Eggplant #A30278

Tints of Eggplant #A30278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 120 (47.27% from 255) = 42.11%

R = 57.19%
G = 0.7%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A30278 (or 0xA30278) is known color: Eggplant. HEX triplet: A3, 02 and 78. RGB value is (163,2,120). Sum of RGB (Red+Green+Blue) = 163+2+120=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A30278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30278 is #5CFD87. Grayscale: #3F3F3F. Windows color (decimal): -6094216 or 7864995. OLE color: 7864995.

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

Color convert

RGB 163 2 120 -
CMYK 0 0.99 0.26 0.36
HSL 316.02º 0.98% 0.32% -
HSV(B) 316.02º 0.99% 0.64% -
XYZ 18.52 9.19 18.57 -
YUV 63.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 163 2 120 0 0.99 0.26 0.36 316.02 0.98 0.32
Hex A3 2 78 0 63 1A 24 13C 62 20
Octal 243 2 170 0 143 32 44 474 142 40
Binary 10100011 10 1111000 0 1100011 11010 100100 100111100 1100010 100000

Color Harmonies of #A30278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30278

Black with #A30278

Text Example


Text Example

White with #A30278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30278; }

 p { color: rgb(163,2,120); }

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

background-color css

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

 a { background-color: rgb(163,2,120); }

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

border-color css

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

 span { border-color: rgb(163,2,120); }

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