Html Css Color HEX #A30D6E Eggplant

📋 copy color: '#A30D6E'

red 163 ◦ green 13 ◦ blue 110

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

Shades of Eggplant #A30D6E

Tints of Eggplant #A30D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 56.99%
G = 4.55%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A30D6E (or 0xA30D6E) is known color: Eggplant. HEX triplet: A3, 0D and 6E. RGB value is (163,13,110). Sum of RGB (Red+Green+Blue) = 163+13+110=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30D6E is #5CF291. Grayscale: #444444. Windows color (decimal): -6091410 or 7212451. OLE color: 7212451.

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

Color convert

RGB 163 13 110 -
CMYK 0 0.92 0.33 0.36
HSL 321.2º 0.85% 0.35% -
HSV(B) 321.2º 0.92% 0.64% -
XYZ 18.06 9.2 15.58 -
YUV 68.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 163 13 110 0 0.92 0.33 0.36 321.2 0.85 0.35
Hex A3 D 6E 0 5C 21 24 141 55 23
Octal 243 15 156 0 134 41 44 501 125 43
Binary 10100011 1101 1101110 0 1011100 100001 100100 101000001 1010101 100011

Color Harmonies of #A30D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30D6E

Black with #A30D6E

Text Example


Text Example

White with #A30D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30D6E; }

 p { color: rgb(163,13,110); }

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

background-color css

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

 a { background-color: rgb(163,13,110); }

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

border-color css

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

 span { border-color: rgb(163,13,110); }

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