Html Css Color HEX #A3066D Eggplant

📋 copy color: '#A3066D'

red 163 ◦ green 6 ◦ blue 109

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

Shades of Eggplant #A3066D

Tints of Eggplant #A3066D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 58.63%
G = 2.16%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3066D (or 0xA3066D) is known color: Eggplant. HEX triplet: A3, 06 and 6D. RGB value is (163,6,109). Sum of RGB (Red+Green+Blue) = 163+6+109=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3066D is #5CF992. Grayscale: #404040. Windows color (decimal): -6093203 or 7145123. OLE color: 7145123.

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

Color convert

RGB 163 6 109 -
CMYK 0 0.96 0.33 0.36
HSL 320.64º 0.93% 0.33% -
HSV(B) 320.64º 0.96% 0.64% -
XYZ 17.93 9.02 15.26 -
YUV 64.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 163 6 109 0 0.96 0.33 0.36 320.64 0.93 0.33
Hex A3 6 6D 0 60 21 24 141 5D 21
Octal 243 6 155 0 140 41 44 501 135 41
Binary 10100011 110 1101101 0 1100000 100001 100100 101000001 1011101 100001

Color Harmonies of #A3066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3066D

Black with #A3066D

Text Example


Text Example

White with #A3066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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