Html Css Color HEX #A30B6C Eggplant

📋 copy color: '#A30B6C'

red 163 ◦ green 11 ◦ blue 108

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

Shades of Eggplant #A30B6C

Tints of Eggplant #A30B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 57.8%
G = 3.9%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A30B6C (or 0xA30B6C) is known color: Eggplant. HEX triplet: A3, 0B and 6C. RGB value is (163,11,108). Sum of RGB (Red+Green+Blue) = 163+11+108=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A30B6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30B6C is #5CF493. Grayscale: #434343. Windows color (decimal): -6091924 or 7080867. OLE color: 7080867.

HSL color Cylindrical-coordinate representation of color #A30B6C: hue angle of 321.71º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30B6C is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 11 108 -
CMYK 0 0.93 0.34 0.36
HSL 321.71º 0.87% 0.34% -
HSV(B) 321.71º 0.93% 0.64% -
XYZ 17.93 9.11 15 -
YUV 67.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 163 11 108 0 0.93 0.34 0.36 321.71 0.87 0.34
Hex A3 B 6C 0 5D 22 24 142 57 22
Octal 243 13 154 0 135 42 44 502 127 42
Binary 10100011 1011 1101100 0 1011101 100010 100100 101000010 1010111 100010

Color Harmonies of #A30B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30B6C

Black with #A30B6C

Text Example


Text Example

White with #A30B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30B6C; }

 p { color: rgb(163,11,108); }

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

background-color css

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

 a { background-color: rgb(163,11,108); }

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

border-color css

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

 span { border-color: rgb(163,11,108); }

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