Html Css Color HEX #A30E7E Eggplant

📋 copy color: '#A30E7E'

red 163 ◦ green 14 ◦ blue 126

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

Shades of Eggplant #A30E7E

Tints of Eggplant #A30E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.58%

R = 53.8%
G = 4.62%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A30E7E (or 0xA30E7E) is known color: Eggplant. HEX triplet: A3, 0E and 7E. RGB value is (163,14,126). Sum of RGB (Red+Green+Blue) = 163+14+126=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E7E is #5CF181. Grayscale: #474747. Windows color (decimal): -6091138 or 8261283. OLE color: 8261283.

HSL color Cylindrical-coordinate representation of color #A30E7E: hue angle of 314.9º 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 #A30E7E is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 14 126 -
CMYK 0 0.91 0.23 0.36
HSL 314.9º 0.84% 0.35% -
HSV(B) 314.9º 0.91% 0.64% -
XYZ 19.03 9.61 20.59 -
YUV 71.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 163 14 126 0 0.91 0.23 0.36 314.9 0.84 0.35
Hex A3 E 7E 0 5B 17 24 13B 54 23
Octal 243 16 176 0 133 27 44 473 124 43
Binary 10100011 1110 1111110 0 1011011 10111 100100 100111011 1010100 100011

Color Harmonies of #A30E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E7E

Black with #A30E7E

Text Example


Text Example

White with #A30E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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