Html Css Color HEX #A30E75 Eggplant

📋 copy color: '#A30E75'

red 163 ◦ green 14 ◦ blue 117

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

Shades of Eggplant #A30E75

Tints of Eggplant #A30E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.76%

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 55.44%
G = 4.76%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A30E75 (or 0xA30E75) is known color: Eggplant. HEX triplet: A3, 0E and 75. RGB value is (163,14,117). Sum of RGB (Red+Green+Blue) = 163+14+117=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E75 is #5CF18A. Grayscale: #464646. Windows color (decimal): -6091147 or 7671459. OLE color: 7671459.

HSL color Cylindrical-coordinate representation of color #A30E75: hue angle of 318.52º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E75 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 14 117 -
CMYK 0 0.91 0.28 0.36
HSL 318.52º 0.84% 0.35% -
HSV(B) 318.52º 0.91% 0.64% -
XYZ 18.47 9.38 17.67 -
YUV 70.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 163 14 117 0 0.91 0.28 0.36 318.52 0.84 0.35
Hex A3 E 75 0 5B 1C 24 13F 54 23
Octal 243 16 165 0 133 34 44 477 124 43
Binary 10100011 1110 1110101 0 1011011 11100 100100 100111111 1010100 100011

Color Harmonies of #A30E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E75

Black with #A30E75

Text Example


Text Example

White with #A30E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E75; }

 p { color: rgb(163,14,117); }

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

background-color css

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

 a { background-color: rgb(163,14,117); }

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

border-color css

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

 span { border-color: rgb(163,14,117); }

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