Html Css Color HEX #A05CE7 Amethyst

📋 copy color: '#A05CE7'

red 160 ◦ green 92 ◦ blue 231

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

Shades of Amethyst #A05CE7

Tints of Amethyst #A05CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.83%

R = 33.13%
G = 19.05%
B = 47.83%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A05CE7 (or 0xA05CE7) is known color: Amethyst. HEX triplet: A0, 5C and E7. RGB value is (160,92,231). Sum of RGB (Red+Green+Blue) = 160+92+231=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #A05CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CE7 is #5FA318. Grayscale: #7F7F7F. Windows color (decimal): -6267673 or 15162528. OLE color: 15162528.

HSL color Cylindrical-coordinate representation of color #A05CE7: hue angle of 269.35º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05CE7 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 92 231 -
CMYK 0.31 0.60 0 0.09
HSL 269.35º 0.74% 0.63% -
HSV(B) 269.35º 0.6% 0.91% -
XYZ 32.75 20.9 77.91 -
YUV 128.18 186.03 150.7 -
System Red Green Blue C M Y K H S L
Decimal 160 92 231 0.31 0.60 0 0.09 269.35 0.74 0.63
Hex A0 5C E7 1F 3C 0 9 10D 4A 3F
Octal 240 134 347 37 74 0 11 415 112 77
Binary 10100000 1011100 11100111 11111 111100 0 1001 100001101 1001010 111111

Color Harmonies of #A05CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CE7

Black with #A05CE7

Text Example


Text Example

White with #A05CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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