Html Css Color HEX #A55BE7 Amethyst

📋 copy color: '#A55BE7'

red 165 ◦ green 91 ◦ blue 231

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

Shades of Amethyst #A55BE7

Tints of Amethyst #A55BE7

RGB

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

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

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

R = 33.88%
G = 18.69%
B = 47.43%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A55BE7 (or 0xA55BE7) is known color: Amethyst. HEX triplet: A5, 5B and E7. RGB value is (165,91,231). Sum of RGB (Red+Green+Blue) = 165+91+231=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #A55BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BE7 is #5AA418. Grayscale: #808080. Windows color (decimal): -5940249 or 15162277. OLE color: 15162277.

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

Color convert

RGB 165 91 231 -
CMYK 0.29 0.61 0 0.09
HSL 271.71º 0.74% 0.63% -
HSV(B) 271.71º 0.61% 0.91% -
XYZ 33.68 21.25 77.93 -
YUV 129.09 185.52 153.62 -
System Red Green Blue C M Y K H S L
Decimal 165 91 231 0.29 0.61 0 0.09 271.71 0.74 0.63
Hex A5 5B E7 1D 3D 0 9 110 4A 3F
Octal 245 133 347 35 75 0 11 420 112 77
Binary 10100101 1011011 11100111 11101 111101 0 1001 100010000 1001010 111111

Color Harmonies of #A55BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BE7

Black with #A55BE7

Text Example


Text Example

White with #A55BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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