Html Css Color HEX #A073CC Amethyst

📋 copy color: '#A073CC'

red 160 ◦ green 115 ◦ blue 204

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

Shades of Amethyst #A073CC

Tints of Amethyst #A073CC

RGB

 RED value IS 160 (62.89% from 255) = 33.4%

 GREEN value IS 115 (45.31% from 255) = 24.01%

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 33.4%
G = 24.01%
B = 42.59%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A073CC (or 0xA073CC) is known color: Amethyst. HEX triplet: A0, 73 and CC. RGB value is (160,115,204). Sum of RGB (Red+Green+Blue) = 160+115+204=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #A073CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073CC is #5F8C33. Grayscale: #8A8A8A. Windows color (decimal): -6261812 or 13398944. OLE color: 13398944.

HSL color Cylindrical-coordinate representation of color #A073CC: hue angle of 270.34º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A073CC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 115 204 -
CMYK 0.22 0.44 0 0.2
HSL 270.34º 0.47% 0.63% -
HSV(B) 270.34º 0.44% 0.8% -
XYZ 31.53 24.09 60.12 -
YUV 138.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 160 115 204 0.22 0.44 0 0.2 270.34 0.47 0.63
Hex A0 73 CC 16 2C 0 14 10E 2F 3F
Octal 240 163 314 26 54 0 24 416 57 77
Binary 10100000 1110011 11001100 10110 101100 0 10100 100001110 101111 111111

Color Harmonies of #A073CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073CC

Black with #A073CC

Text Example


Text Example

White with #A073CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073CC; }

 p { color: rgb(160,115,204); }

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

background-color css

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

 a { background-color: rgb(160,115,204); }

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

border-color css

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

 span { border-color: rgb(160,115,204); }

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