Html Css Color HEX #A15FCB Amethyst

📋 copy color: '#A15FCB'

red 161 ◦ green 95 ◦ blue 203

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

Shades of Amethyst #A15FCB

Tints of Amethyst #A15FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 35.08%
G = 20.7%
B = 44.23%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A15FCB (or 0xA15FCB) is known color: Amethyst. HEX triplet: A1, 5F and CB. RGB value is (161,95,203). Sum of RGB (Red+Green+Blue) = 161+95+203=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #A15FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FCB is #5EA034. Grayscale: #7E7E7E. Windows color (decimal): -6201397 or 13328289. OLE color: 13328289.

HSL color Cylindrical-coordinate representation of color #A15FCB: hue angle of 276.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A15FCB is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 95 203 -
CMYK 0.21 0.53 0 0.20
HSL 276.67º 0.51% 0.58% -
HSV(B) 276.67º 0.53% 0.8% -
XYZ 29.57 20.07 58.82 -
YUV 127.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 161 95 203 0.21 0.53 0 0.20 276.67 0.51 0.58
Hex A1 5F CB 15 35 0 14 115 33 3A
Octal 241 137 313 25 65 0 24 425 63 72
Binary 10100001 1011111 11001011 10101 110101 0 10100 100010101 110011 111010

Color Harmonies of #A15FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FCB

Black with #A15FCB

Text Example


Text Example

White with #A15FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FCB; }

 p { color: rgb(161,95,203); }

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

background-color css

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

 a { background-color: rgb(161,95,203); }

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

border-color css

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

 span { border-color: rgb(161,95,203); }

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