Html Css Color HEX #A30070 Eggplant

📋 copy color: '#A30070'

red 163 ◦ green 0 ◦ blue 112

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

Shades of Eggplant #A30070

Tints of Eggplant #A30070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.27%
G = 0%
B = 40.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A30070 (or 0xA30070) is known color: Eggplant. HEX triplet: A3, 00 and 70. RGB value is (163,0,112). Sum of RGB (Red+Green+Blue) = 163+0+112=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A30070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30070 is #5CFF8F. Grayscale: #3D3D3D. Windows color (decimal): -6094736 or 7340195. OLE color: 7340195.

HSL color Cylindrical-coordinate representation of color #A30070: hue angle of 318.77º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30070 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 112 -
CMYK 0 1 0.31 0.36
HSL 318.77º 1% 0.32% -
HSV(B) 318.77º 1% 0.64% -
XYZ 18.03 8.96 16.11 -
YUV 61.51 156.5 200.39 -
System Red Green Blue C M Y K H S L
Decimal 163 0 112 0 1 0.31 0.36 318.77 1 0.32
Hex A3 0 70 0 64 1F 24 13F 64 20
Octal 243 0 160 0 144 37 44 477 144 40
Binary 10100011 0 1110000 0 1100100 11111 100100 100111111 1100100 100000

Color Harmonies of #A30070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30070

Black with #A30070

Text Example


Text Example

White with #A30070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30070; }

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

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

background-color css

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

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

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

border-color css

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

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

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