Html Css Color HEX #A30370 Eggplant

📋 copy color: '#A30370'

red 163 ◦ green 3 ◦ blue 112

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

Shades of Eggplant #A30370

Tints of Eggplant #A30370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 58.63%
G = 1.08%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A30370 (or 0xA30370) is known color: Eggplant. HEX triplet: A3, 03 and 70. RGB value is (163,3,112). Sum of RGB (Red+Green+Blue) = 163+3+112=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A30370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30370 is #5CFC8F. Grayscale: #3E3E3E. Windows color (decimal): -6093968 or 7340963. OLE color: 7340963.

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

Color convert

RGB 163 3 112 -
CMYK 0 0.98 0.31 0.36
HSL 319.13º 0.96% 0.33% -
HSV(B) 319.13º 0.98% 0.64% -
XYZ 18.06 9.02 16.12 -
YUV 63.27 155.51 199.14 -
System Red Green Blue C M Y K H S L
Decimal 163 3 112 0 0.98 0.31 0.36 319.13 0.96 0.33
Hex A3 3 70 0 62 1F 24 13F 60 21
Octal 243 3 160 0 142 37 44 477 140 41
Binary 10100011 11 1110000 0 1100010 11111 100100 100111111 1100000 100001

Color Harmonies of #A30370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30370

Black with #A30370

Text Example


Text Example

White with #A30370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30370; }

 p { color: rgb(163,3,112); }

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

background-color css

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

 a { background-color: rgb(163,3,112); }

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

border-color css

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

 span { border-color: rgb(163,3,112); }

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