Html Css Color HEX #A175CE Amethyst

📋 copy color: '#A175CE'

red 161 ◦ green 117 ◦ blue 206

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

Shades of Amethyst #A175CE

Tints of Amethyst #A175CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.17%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 33.26%
G = 24.17%
B = 42.56%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A175CE (or 0xA175CE) is known color: Amethyst. HEX triplet: A1, 75 and CE. RGB value is (161,117,206). Sum of RGB (Red+Green+Blue) = 161+117+206=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #A175CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175CE is #5E8A31. Grayscale: #8B8B8B. Windows color (decimal): -6195762 or 13530529. OLE color: 13530529.

HSL color Cylindrical-coordinate representation of color #A175CE: hue angle of 269.66º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A175CE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 117 206 -
CMYK 0.22 0.43 0 0.19
HSL 269.66º 0.48% 0.63% -
HSV(B) 269.66º 0.43% 0.81% -
XYZ 32.2 24.76 61.47 -
YUV 140.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 161 117 206 0.22 0.43 0 0.19 269.66 0.48 0.63
Hex A1 75 CE 16 2B 0 13 10E 30 3F
Octal 241 165 316 26 53 0 23 416 60 77
Binary 10100001 1110101 11001110 10110 101011 0 10011 100001110 110000 111111

Color Harmonies of #A175CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A175CE

Black with #A175CE

Text Example


Text Example

White with #A175CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A175CE; }

 p { color: rgb(161,117,206); }

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

background-color css

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

 a { background-color: rgb(161,117,206); }

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

border-color css

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

 span { border-color: rgb(161,117,206); }

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