Html Css Color HEX #A55BEB Amethyst

📋 copy color: '#A55BEB'

red 165 ◦ green 91 ◦ blue 235

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

Shades of Amethyst #A55BEB

Tints of Amethyst #A55BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.53%

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 33.6%
G = 18.53%
B = 47.86%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A55BEB (or 0xA55BEB) is known color: Amethyst. HEX triplet: A5, 5B and EB. RGB value is (165,91,235). Sum of RGB (Red+Green+Blue) = 165+91+235=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #A55BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BEB is #5AA414. Grayscale: #818181. Windows color (decimal): -5940245 or 15424421. OLE color: 15424421.

HSL color Cylindrical-coordinate representation of color #A55BEB: hue angle of 270.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55BEB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 91 235 -
CMYK 0.30 0.61 0 0.08
HSL 270.83º 0.78% 0.64% -
HSV(B) 270.83º 0.61% 0.92% -
XYZ 34.25 21.48 80.94 -
YUV 129.54 187.52 153.29 -
System Red Green Blue C M Y K H S L
Decimal 165 91 235 0.30 0.61 0 0.08 270.83 0.78 0.64
Hex A5 5B EB 1E 3D 0 8 10F 4E 40
Octal 245 133 353 36 75 0 10 417 116 100
Binary 10100101 1011011 11101011 11110 111101 0 1000 100001111 1001110 1000000

Color Harmonies of #A55BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BEB

Black with #A55BEB

Text Example


Text Example

White with #A55BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BEB; }

 p { color: rgb(165,91,235); }

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

background-color css

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

 a { background-color: rgb(165,91,235); }

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

border-color css

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

 span { border-color: rgb(165,91,235); }

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