Html Css Color HEX #A3066C Eggplant

📋 copy color: '#A3066C'

red 163 ◦ green 6 ◦ blue 108

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

Shades of Eggplant #A3066C

Tints of Eggplant #A3066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 58.84%
G = 2.17%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3066C (or 0xA3066C) is known color: Eggplant. HEX triplet: A3, 06 and 6C. RGB value is (163,6,108). Sum of RGB (Red+Green+Blue) = 163+6+108=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A3066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3066C is #5CF993. Grayscale: #404040. Windows color (decimal): -6093204 or 7079587. OLE color: 7079587.

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

Color convert

RGB 163 6 108 -
CMYK 0 0.96 0.34 0.36
HSL 321.02º 0.93% 0.33% -
HSV(B) 321.02º 0.96% 0.64% -
XYZ 17.88 9 14.98 -
YUV 64.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 163 6 108 0 0.96 0.34 0.36 321.02 0.93 0.33
Hex A3 6 6C 0 60 22 24 141 5D 21
Octal 243 6 154 0 140 42 44 501 135 41
Binary 10100011 110 1101100 0 1100000 100010 100100 101000001 1011101 100001

Color Harmonies of #A3066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3066C

Black with #A3066C

Text Example


Text Example

White with #A3066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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