Html Css Color HEX #A55CE7 Amethyst

📋 copy color: '#A55CE7'

red 165 ◦ green 92 ◦ blue 231

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

Shades of Amethyst #A55CE7

Tints of Amethyst #A55CE7

RGB

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

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

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

R = 33.81%
G = 18.85%
B = 47.34%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A55CE7 (or 0xA55CE7) is known color: Amethyst. HEX triplet: A5, 5C and E7. RGB value is (165,92,231). Sum of RGB (Red+Green+Blue) = 165+92+231=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #A55CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CE7 is #5AA318. Grayscale: #818181. Windows color (decimal): -5939993 or 15162533. OLE color: 15162533.

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

Color convert

RGB 165 92 231 -
CMYK 0.29 0.60 0 0.09
HSL 271.51º 0.74% 0.63% -
HSV(B) 271.51º 0.6% 0.91% -
XYZ 33.77 21.42 77.96 -
YUV 129.67 185.18 153.2 -
System Red Green Blue C M Y K H S L
Decimal 165 92 231 0.29 0.60 0 0.09 271.51 0.74 0.63
Hex A5 5C E7 1D 3C 0 9 110 4A 3F
Octal 245 134 347 35 74 0 11 420 112 77
Binary 10100101 1011100 11100111 11101 111100 0 1001 100010000 1001010 111111

Color Harmonies of #A55CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CE7

Black with #A55CE7

Text Example


Text Example

White with #A55CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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