Html Css Color HEX #A073CD Amethyst

📋 copy color: '#A073CD'

red 160 ◦ green 115 ◦ blue 205

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

Shades of Amethyst #A073CD

Tints of Amethyst #A073CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 33.33%
G = 23.96%
B = 42.71%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A073CD (or 0xA073CD) is known color: Amethyst. HEX triplet: A0, 73 and CD. RGB value is (160,115,205). Sum of RGB (Red+Green+Blue) = 160+115+205=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #A073CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073CD is #5F8C32. Grayscale: #8A8A8A. Windows color (decimal): -6261811 or 13464480. OLE color: 13464480.

HSL color Cylindrical-coordinate representation of color #A073CD: hue angle of 270º 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 #A073CD is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 115 205 -
CMYK 0.22 0.44 0 0.20
HSL 270º 0.47% 0.63% -
HSV(B) 270º 0.44% 0.8% -
XYZ 31.65 24.14 60.75 -
YUV 138.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 160 115 205 0.22 0.44 0 0.20 270 0.47 0.63
Hex A0 73 CD 16 2C 0 14 10E 2F 3F
Octal 240 163 315 26 54 0 24 416 57 77
Binary 10100000 1110011 11001101 10110 101100 0 10100 100001110 101111 111111

Color Harmonies of #A073CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073CD

Black with #A073CD

Text Example


Text Example

White with #A073CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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