Html Css Color HEX #A3067A Eggplant

📋 copy color: '#A3067A'

red 163 ◦ green 6 ◦ blue 122

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

Shades of Eggplant #A3067A

Tints of Eggplant #A3067A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.92%

R = 56.01%
G = 2.06%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3067A (or 0xA3067A) is known color: Eggplant. HEX triplet: A3, 06 and 7A. RGB value is (163,6,122). Sum of RGB (Red+Green+Blue) = 163+6+122=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3067A is #5CF985. Grayscale: #414141. Windows color (decimal): -6093190 or 7997091. OLE color: 7997091.

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

Color convert

RGB 163 6 122 -
CMYK 0 0.96 0.25 0.36
HSL 315.67º 0.93% 0.33% -
HSV(B) 315.67º 0.96% 0.64% -
XYZ 18.68 9.32 19.23 -
YUV 66.17 159.51 197.07 -
System Red Green Blue C M Y K H S L
Decimal 163 6 122 0 0.96 0.25 0.36 315.67 0.93 0.33
Hex A3 6 7A 0 60 19 24 13C 5D 21
Octal 243 6 172 0 140 31 44 474 135 41
Binary 10100011 110 1111010 0 1100000 11001 100100 100111100 1011101 100001

Color Harmonies of #A3067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3067A

Black with #A3067A

Text Example


Text Example

White with #A3067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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