Html Css Color HEX #A372CF Amethyst

📋 copy color: '#A372CF'

red 163 ◦ green 114 ◦ blue 207

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

Shades of Amethyst #A372CF

Tints of Amethyst #A372CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.55%

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

R = 33.68%
G = 23.55%
B = 42.77%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A372CF (or 0xA372CF) is known color: Amethyst. HEX triplet: A3, 72 and CF. RGB value is (163,114,207). Sum of RGB (Red+Green+Blue) = 163+114+207=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A372CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372CF is #5C8D30. Grayscale: #8A8A8A. Windows color (decimal): -6065457 or 13595299. OLE color: 13595299.

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

Color convert

RGB 163 114 207 -
CMYK 0.21 0.45 0 0.19
HSL 271.61º 0.49% 0.63% -
HSV(B) 271.61º 0.45% 0.81% -
XYZ 32.38 24.33 62.02 -
YUV 139.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 163 114 207 0.21 0.45 0 0.19 271.61 0.49 0.63
Hex A3 72 CF 15 2D 0 13 110 31 3F
Octal 243 162 317 25 55 0 23 420 61 77
Binary 10100011 1110010 11001111 10101 101101 0 10011 100010000 110001 111111

Color Harmonies of #A372CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372CF

Black with #A372CF

Text Example


Text Example

White with #A372CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372CF; }

 p { color: rgb(163,114,207); }

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

background-color css

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

 a { background-color: rgb(163,114,207); }

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

border-color css

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

 span { border-color: rgb(163,114,207); }

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