Html Css Color HEX #A55CD2 Amethyst

📋 copy color: '#A55CD2'

red 165 ◦ green 92 ◦ blue 210

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

Shades of Amethyst #A55CD2

Tints of Amethyst #A55CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.97%

R = 35.33%
G = 19.7%
B = 44.97%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A55CD2 (or 0xA55CD2) is known color: Amethyst. HEX triplet: A5, 5C and D2. RGB value is (165,92,210). Sum of RGB (Red+Green+Blue) = 165+92+210=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 210 - color contains mainly: blue. Hex color #A55CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CD2 is #5AA32D. Grayscale: #7E7E7E. Windows color (decimal): -5940014 or 13786277. OLE color: 13786277.

HSL color Cylindrical-coordinate representation of color #A55CD2: hue angle of 277.12º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55CD2 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 92 210 -
CMYK 0.21 0.56 0 0.18
HSL 277.12º 0.57% 0.59% -
HSV(B) 277.12º 0.56% 0.82% -
XYZ 30.98 20.31 63.26 -
YUV 127.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 165 92 210 0.21 0.56 0 0.18 277.12 0.57 0.59
Hex A5 5C D2 15 38 0 12 115 39 3B
Octal 245 134 322 25 70 0 22 425 71 73
Binary 10100101 1011100 11010010 10101 111000 0 10010 100010101 111001 111011

Color Harmonies of #A55CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CD2

Black with #A55CD2

Text Example


Text Example

White with #A55CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CD2; }

 p { color: rgb(165,92,210); }

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

background-color css

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

 a { background-color: rgb(165,92,210); }

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

border-color css

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

 span { border-color: rgb(165,92,210); }

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