Html Css Color HEX #A30274 Eggplant

📋 copy color: '#A30274'

red 163 ◦ green 2 ◦ blue 116

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

Shades of Eggplant #A30274

Tints of Eggplant #A30274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 58.01%
G = 0.71%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A30274 (or 0xA30274) is known color: Eggplant. HEX triplet: A3, 02 and 74. RGB value is (163,2,116). Sum of RGB (Red+Green+Blue) = 163+2+116=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A30274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30274 is #5CFD8B. Grayscale: #3E3E3E. Windows color (decimal): -6094220 or 7602851. OLE color: 7602851.

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

Color convert

RGB 163 2 116 -
CMYK 0 0.99 0.29 0.36
HSL 317.52º 0.98% 0.32% -
HSV(B) 317.52º 0.99% 0.64% -
XYZ 18.28 9.09 17.31 -
YUV 63.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 163 2 116 0 0.99 0.29 0.36 317.52 0.98 0.32
Hex A3 2 74 0 63 1D 24 13E 62 20
Octal 243 2 164 0 143 35 44 476 142 40
Binary 10100011 10 1110100 0 1100011 11101 100100 100111110 1100010 100000

Color Harmonies of #A30274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30274

Black with #A30274

Text Example


Text Example

White with #A30274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30274; }

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

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

background-color css

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

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

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

border-color css

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

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

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