Html Css Color HEX #A30471 Eggplant

📋 copy color: '#A30471'

red 163 ◦ green 4 ◦ blue 113

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

Shades of Eggplant #A30471

Tints of Eggplant #A30471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 58.21%
G = 1.43%
B = 40.36%

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

#A30471 (or 0xA30471) is known color: Eggplant. HEX triplet: A3, 04 and 71. RGB value is (163,4,113). Sum of RGB (Red+Green+Blue) = 163+4+113=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A30471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30471 is #5CFB8E. Grayscale: #3F3F3F. Windows color (decimal): -6093711 or 7406755. OLE color: 7406755.

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

Color convert

RGB 163 4 113 -
CMYK 0 0.98 0.31 0.36
HSL 318.87º 0.95% 0.33% -
HSV(B) 318.87º 0.98% 0.64% -
XYZ 18.13 9.07 16.42 -
YUV 63.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 163 4 113 0 0.98 0.31 0.36 318.87 0.95 0.33
Hex A3 4 71 0 62 1F 24 13F 5F 21
Octal 243 4 161 0 142 37 44 477 137 41
Binary 10100011 100 1110001 0 1100010 11111 100100 100111111 1011111 100001

Color Harmonies of #A30471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30471

Black with #A30471

Text Example


Text Example

White with #A30471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30471; }

 p { color: rgb(163,4,113); }

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

background-color css

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

 a { background-color: rgb(163,4,113); }

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

border-color css

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

 span { border-color: rgb(163,4,113); }

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