Html Css Color HEX #A574CE Amethyst

📋 copy color: '#A574CE'

red 165 ◦ green 116 ◦ blue 206

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

Shades of Amethyst #A574CE

Tints of Amethyst #A574CE

RGB

 RED value IS 165 (64.84% from 255) = 33.88%

 GREEN value IS 116 (45.7% from 255) = 23.82%

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 33.88%
G = 23.82%
B = 42.3%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A574CE (or 0xA574CE) is known color: Amethyst. HEX triplet: A5, 74 and CE. RGB value is (165,116,206). Sum of RGB (Red+Green+Blue) = 165+116+206=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #A574CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574CE is #5A8B31. Grayscale: #8C8C8C. Windows color (decimal): -5933874 or 13530277. OLE color: 13530277.

HSL color Cylindrical-coordinate representation of color #A574CE: hue angle of 272.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A574CE is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 116 206 -
CMYK 0.20 0.44 0 0.19
HSL 272.67º 0.48% 0.63% -
HSV(B) 272.67º 0.44% 0.81% -
XYZ 32.9 24.95 61.47 -
YUV 140.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 165 116 206 0.20 0.44 0 0.19 272.67 0.48 0.63
Hex A5 74 CE 14 2C 0 13 111 30 3F
Octal 245 164 316 24 54 0 23 421 60 77
Binary 10100101 1110100 11001110 10100 101100 0 10011 100010001 110000 111111

Color Harmonies of #A574CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574CE

Black with #A574CE

Text Example


Text Example

White with #A574CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574CE; }

 p { color: rgb(165,116,206); }

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

background-color css

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

 a { background-color: rgb(165,116,206); }

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

border-color css

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

 span { border-color: rgb(165,116,206); }

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