Html Css Color HEX #A30674 Eggplant

📋 copy color: '#A30674'

red 163 ◦ green 6 ◦ blue 116

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

Shades of Eggplant #A30674

Tints of Eggplant #A30674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 57.19%
G = 2.11%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A30674 (or 0xA30674) is known color: Eggplant. HEX triplet: A3, 06 and 74. RGB value is (163,6,116). Sum of RGB (Red+Green+Blue) = 163+6+116=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A30674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30674 is #5CF98B. Grayscale: #414141. Windows color (decimal): -6093196 or 7603875. OLE color: 7603875.

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

Color convert

RGB 163 6 116 -
CMYK 0 0.96 0.29 0.36
HSL 317.96º 0.93% 0.33% -
HSV(B) 317.96º 0.96% 0.64% -
XYZ 18.32 9.18 17.33 -
YUV 65.48 156.51 197.56 -
System Red Green Blue C M Y K H S L
Decimal 163 6 116 0 0.96 0.29 0.36 317.96 0.93 0.33
Hex A3 6 74 0 60 1D 24 13E 5D 21
Octal 243 6 164 0 140 35 44 476 135 41
Binary 10100011 110 1110100 0 1100000 11101 100100 100111110 1011101 100001

Color Harmonies of #A30674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30674

Black with #A30674

Text Example


Text Example

White with #A30674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30674; }

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

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

background-color css

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

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

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

border-color css

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

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

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