Html Css Color HEX #A15CCF Amethyst

📋 copy color: '#A15CCF'

red 161 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #A15CCF

Tints of Amethyst #A15CCF

RGB

 RED value IS 161 (63.28% from 255) = 35%

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

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

R = 35%
G = 20%
B = 45%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A15CCF (or 0xA15CCF) is known color: Amethyst. HEX triplet: A1, 5C and CF. RGB value is (161,92,207). Sum of RGB (Red+Green+Blue) = 161+92+207=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #A15CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CCF is #5EA330. Grayscale: #7D7D7D. Windows color (decimal): -6202161 or 13589665. OLE color: 13589665.

HSL color Cylindrical-coordinate representation of color #A15CCF: hue angle of 276º 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 #A15CCF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 92 207 -
CMYK 0.22 0.56 0 0.19
HSL 276º 0.55% 0.59% -
HSV(B) 276º 0.56% 0.81% -
XYZ 29.79 19.74 61.27 -
YUV 125.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 161 92 207 0.22 0.56 0 0.19 276 0.55 0.59
Hex A1 5C CF 16 38 0 13 114 37 3B
Octal 241 134 317 26 70 0 23 424 67 73
Binary 10100001 1011100 11001111 10110 111000 0 10011 100010100 110111 111011

Color Harmonies of #A15CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CCF

Black with #A15CCF

Text Example


Text Example

White with #A15CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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