Html Css Color HEX #A05BDC Amethyst

📋 copy color: '#A05BDC'

red 160 ◦ green 91 ◦ blue 220

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

Shades of Amethyst #A05BDC

Tints of Amethyst #A05BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 33.97%
G = 19.32%
B = 46.71%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A05BDC (or 0xA05BDC) is known color: Amethyst. HEX triplet: A0, 5B and DC. RGB value is (160,91,220). Sum of RGB (Red+Green+Blue) = 160+91+220=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #A05BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BDC is #5FA423. Grayscale: #7D7D7D. Windows color (decimal): -6267940 or 14441376. OLE color: 14441376.

HSL color Cylindrical-coordinate representation of color #A05BDC: hue angle of 272.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05BDC is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 91 220 -
CMYK 0.27 0.59 0 0.14
HSL 272.09º 0.65% 0.61% -
HSV(B) 272.09º 0.59% 0.86% -
XYZ 31.16 20.12 69.95 -
YUV 126.34 180.86 152.01 -
System Red Green Blue C M Y K H S L
Decimal 160 91 220 0.27 0.59 0 0.14 272.09 0.65 0.61
Hex A0 5B DC 1B 3B 0 E 110 41 3D
Octal 240 133 334 33 73 0 16 420 101 75
Binary 10100000 1011011 11011100 11011 111011 0 1110 100010000 1000001 111101

Color Harmonies of #A05BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05BDC

Black with #A05BDC

Text Example


Text Example

White with #A05BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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