Html Css Color HEX #A05CCF Amethyst

📋 copy color: '#A05CCF'

red 160 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #A05CCF

Tints of Amethyst #A05CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.04%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 34.86%
G = 20.04%
B = 45.1%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A05CCF (or 0xA05CCF) is known color: Amethyst. HEX triplet: A0, 5C and CF. RGB value is (160,92,207). Sum of RGB (Red+Green+Blue) = 160+92+207=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #A05CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CCF is #5FA330. Grayscale: #7D7D7D. Windows color (decimal): -6267697 or 13589664. OLE color: 13589664.

HSL color Cylindrical-coordinate representation of color #A05CCF: hue angle of 275.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A05CCF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 92 207 -
CMYK 0.23 0.56 0 0.19
HSL 275.48º 0.55% 0.59% -
HSV(B) 275.48º 0.56% 0.81% -
XYZ 29.59 19.63 61.26 -
YUV 125.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 160 92 207 0.23 0.56 0 0.19 275.48 0.55 0.59
Hex A0 5C CF 17 38 0 13 113 37 3B
Octal 240 134 317 27 70 0 23 423 67 73
Binary 10100000 1011100 11001111 10111 111000 0 10011 100010011 110111 111011

Color Harmonies of #A05CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CCF

Black with #A05CCF

Text Example


Text Example

White with #A05CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CCF; }

 p { color: rgb(160,92,207); }

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

background-color css

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

 a { background-color: rgb(160,92,207); }

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

border-color css

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

 span { border-color: rgb(160,92,207); }

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