Html Css Color HEX #A55AE6 Amethyst

📋 copy color: '#A55AE6'

red 165 ◦ green 90 ◦ blue 230

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

Shades of Amethyst #A55AE6

Tints of Amethyst #A55AE6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.56%

 BLUE value IS 230 (90.23% from 255) = 47.42%

R = 34.02%
G = 18.56%
B = 47.42%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A55AE6 (or 0xA55AE6) is known color: Amethyst. HEX triplet: A5, 5A and E6. RGB value is (165,90,230). Sum of RGB (Red+Green+Blue) = 165+90+230=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #A55AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AE6 is #5AA519. Grayscale: #7F7F7F. Windows color (decimal): -5940506 or 15096485. OLE color: 15096485.

HSL color Cylindrical-coordinate representation of color #A55AE6: hue angle of 272.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55AE6 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 90 230 -
CMYK 0.28 0.61 0 0.10
HSL 272.14º 0.74% 0.63% -
HSV(B) 272.14º 0.61% 0.9% -
XYZ 33.46 21.02 77.16 -
YUV 128.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 165 90 230 0.28 0.61 0 0.10 272.14 0.74 0.63
Hex A5 5A E6 1C 3D 0 A 110 4A 3F
Octal 245 132 346 34 75 0 12 420 112 77
Binary 10100101 1011010 11100110 11100 111101 0 1010 100010000 1001010 111111

Color Harmonies of #A55AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55AE6

Black with #A55AE6

Text Example


Text Example

White with #A55AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55AE6; }

 p { color: rgb(165,90,230); }

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

background-color css

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

 a { background-color: rgb(165,90,230); }

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

border-color css

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

 span { border-color: rgb(165,90,230); }

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