Html Css Color HEX #A375C9 Amethyst

📋 copy color: '#A375C9'

red 163 ◦ green 117 ◦ blue 201

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

Shades of Amethyst #A375C9

Tints of Amethyst #A375C9

RGB

 RED value IS 163 (64.06% from 255) = 33.89%

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

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 33.89%
G = 24.32%
B = 41.79%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A375C9 (or 0xA375C9) is known color: Amethyst. HEX triplet: A3, 75 and C9. RGB value is (163,117,201). Sum of RGB (Red+Green+Blue) = 163+117+201=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #A375C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375C9 is #5C8A36. Grayscale: #8C8C8C. Windows color (decimal): -6064695 or 13202851. OLE color: 13202851.

HSL color Cylindrical-coordinate representation of color #A375C9: hue angle of 272.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A375C9 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 117 201 -
CMYK 0.19 0.42 0 0.21
HSL 272.86º 0.44% 0.62% -
HSV(B) 272.86º 0.42% 0.79% -
XYZ 32.01 24.73 58.34 -
YUV 140.33 162.24 144.17 -
System Red Green Blue C M Y K H S L
Decimal 163 117 201 0.19 0.42 0 0.21 272.86 0.44 0.62
Hex A3 75 C9 13 2A 0 15 111 2C 3E
Octal 243 165 311 23 52 0 25 421 54 76
Binary 10100011 1110101 11001001 10011 101010 0 10101 100010001 101100 111110

Color Harmonies of #A375C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375C9

Black with #A375C9

Text Example


Text Example

White with #A375C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375C9; }

 p { color: rgb(163,117,201); }

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

background-color css

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

 a { background-color: rgb(163,117,201); }

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

border-color css

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

 span { border-color: rgb(163,117,201); }

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