Html Css Color HEX #A55CCF Amethyst

📋 copy color: '#A55CCF'

red 165 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #A55CCF

Tints of Amethyst #A55CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 35.56%
G = 19.83%
B = 44.61%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A55CCF (or 0xA55CCF) is known color: Amethyst. HEX triplet: A5, 5C and CF. RGB value is (165,92,207). Sum of RGB (Red+Green+Blue) = 165+92+207=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #A55CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CCF is #5AA330. Grayscale: #7E7E7E. Windows color (decimal): -5940017 or 13589669. OLE color: 13589669.

HSL color Cylindrical-coordinate representation of color #A55CCF: hue angle of 278.09º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55CCF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 92 207 -
CMYK 0.20 0.56 0 0.19
HSL 278.09º 0.55% 0.59% -
HSV(B) 278.09º 0.56% 0.81% -
XYZ 30.61 20.16 61.31 -
YUV 126.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 165 92 207 0.20 0.56 0 0.19 278.09 0.55 0.59
Hex A5 5C CF 14 38 0 13 116 37 3B
Octal 245 134 317 24 70 0 23 426 67 73
Binary 10100101 1011100 11001111 10100 111000 0 10011 100010110 110111 111011

Color Harmonies of #A55CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CCF

Black with #A55CCF

Text Example


Text Example

White with #A55CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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