Html Css Color HEX #A30174 Eggplant

📋 copy color: '#A30174'

red 163 ◦ green 1 ◦ blue 116

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

Shades of Eggplant #A30174

Tints of Eggplant #A30174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 58.21%
G = 0.36%
B = 41.43%

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

#A30174 (or 0xA30174) is known color: Eggplant. HEX triplet: A3, 01 and 74. RGB value is (163,1,116). Sum of RGB (Red+Green+Blue) = 163+1+116=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A30174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30174 is #5CFE8B. Grayscale: #3E3E3E. Windows color (decimal): -6094476 or 7602595. OLE color: 7602595.

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

Color convert

RGB 163 1 116 -
CMYK 0 0.99 0.29 0.36
HSL 317.41º 0.99% 0.32% -
HSV(B) 317.41º 0.99% 0.64% -
XYZ 18.27 9.07 17.31 -
YUV 62.55 158.17 199.65 -
System Red Green Blue C M Y K H S L
Decimal 163 1 116 0 0.99 0.29 0.36 317.41 0.99 0.32
Hex A3 1 74 0 63 1D 24 13D 63 20
Octal 243 1 164 0 143 35 44 475 143 40
Binary 10100011 1 1110100 0 1100011 11101 100100 100111101 1100011 100000

Color Harmonies of #A30174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30174

Black with #A30174

Text Example


Text Example

White with #A30174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30174; }

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

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

background-color css

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

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

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

border-color css

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

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

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