Html Css Color HEX #A05BCD Amethyst

📋 copy color: '#A05BCD'

red 160 ◦ green 91 ◦ blue 205

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

Shades of Amethyst #A05BCD

Tints of Amethyst #A05BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.96%

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

R = 35.09%
G = 19.96%
B = 44.96%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A05BCD (or 0xA05BCD) is known color: Amethyst. HEX triplet: A0, 5B and CD. RGB value is (160,91,205). Sum of RGB (Red+Green+Blue) = 160+91+205=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #A05BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BCD is #5FA432. Grayscale: #7C7C7C. Windows color (decimal): -6267955 or 13458336. OLE color: 13458336.

HSL color Cylindrical-coordinate representation of color #A05BCD: hue angle of 276.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A05BCD is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 91 205 -
CMYK 0.22 0.56 0 0.20
HSL 276.32º 0.53% 0.58% -
HSV(B) 276.32º 0.56% 0.8% -
XYZ 29.26 19.36 59.95 -
YUV 124.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 160 91 205 0.22 0.56 0 0.20 276.32 0.53 0.58
Hex A0 5B CD 16 38 0 14 114 35 3A
Octal 240 133 315 26 70 0 24 424 65 72
Binary 10100000 1011011 11001101 10110 111000 0 10100 100010100 110101 111010

Color Harmonies of #A05BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05BCD

Black with #A05BCD

Text Example


Text Example

White with #A05BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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