Html Css Color HEX #A3066F Eggplant

📋 copy color: '#A3066F'

red 163 ◦ green 6 ◦ blue 111

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

Shades of Eggplant #A3066F

Tints of Eggplant #A3066F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 58.21%
G = 2.14%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A3066F (or 0xA3066F) is known color: Eggplant. HEX triplet: A3, 06 and 6F. RGB value is (163,6,111). Sum of RGB (Red+Green+Blue) = 163+6+111=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A3066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3066F is #5CF990. Grayscale: #404040. Windows color (decimal): -6093201 or 7276195. OLE color: 7276195.

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

Color convert

RGB 163 6 111 -
CMYK 0 0.96 0.32 0.36
HSL 319.87º 0.93% 0.33% -
HSV(B) 319.87º 0.96% 0.64% -
XYZ 18.04 9.06 15.84 -
YUV 64.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 163 6 111 0 0.96 0.32 0.36 319.87 0.93 0.33
Hex A3 6 6F 0 60 20 24 140 5D 21
Octal 243 6 157 0 140 40 44 500 135 41
Binary 10100011 110 1101111 0 1100000 100000 100100 101000000 1011101 100001

Color Harmonies of #A3066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3066F

Black with #A3066F

Text Example


Text Example

White with #A3066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3066F; }

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

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

background-color css

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

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

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

border-color css

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

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

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