Html Css Color HEX #A55FCF Amethyst

📋 copy color: '#A55FCF'

red 165 ◦ green 95 ◦ blue 207

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

Shades of Amethyst #A55FCF

Tints of Amethyst #A55FCF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

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

R = 35.33%
G = 20.34%
B = 44.33%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A55FCF (or 0xA55FCF) is known color: Amethyst. HEX triplet: A5, 5F and CF. RGB value is (165,95,207). Sum of RGB (Red+Green+Blue) = 165+95+207=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #A55FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FCF is #5AA030. Grayscale: #808080. Windows color (decimal): -5939249 or 13590437. OLE color: 13590437.

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

Color convert

RGB 165 95 207 -
CMYK 0.20 0.54 0 0.19
HSL 277.5º 0.54% 0.59% -
HSV(B) 277.5º 0.54% 0.81% -
XYZ 30.87 20.69 61.4 -
YUV 128.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 165 95 207 0.20 0.54 0 0.19 277.5 0.54 0.59
Hex A5 5F CF 14 36 0 13 116 36 3B
Octal 245 137 317 24 66 0 23 426 66 73
Binary 10100101 1011111 11001111 10100 110110 0 10011 100010110 110110 111011

Color Harmonies of #A55FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FCF

Black with #A55FCF

Text Example


Text Example

White with #A55FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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