Html Css Color HEX #A372CD Amethyst

📋 copy color: '#A372CD'

red 163 ◦ green 114 ◦ blue 205

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

Shades of Amethyst #A372CD

Tints of Amethyst #A372CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 33.82%
G = 23.65%
B = 42.53%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A372CD (or 0xA372CD) is known color: Amethyst. HEX triplet: A3, 72 and CD. RGB value is (163,114,205). Sum of RGB (Red+Green+Blue) = 163+114+205=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #A372CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372CD is #5C8D32. Grayscale: #8A8A8A. Windows color (decimal): -6065459 or 13464227. OLE color: 13464227.

HSL color Cylindrical-coordinate representation of color #A372CD: hue angle of 272.31º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A372CD is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 114 205 -
CMYK 0.20 0.44 0 0.20
HSL 272.31º 0.48% 0.63% -
HSV(B) 272.31º 0.44% 0.8% -
XYZ 32.14 24.23 60.74 -
YUV 139.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 163 114 205 0.20 0.44 0 0.20 272.31 0.48 0.63
Hex A3 72 CD 14 2C 0 14 110 30 3F
Octal 243 162 315 24 54 0 24 420 60 77
Binary 10100011 1110010 11001101 10100 101100 0 10100 100010000 110000 111111

Color Harmonies of #A372CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372CD

Black with #A372CD

Text Example


Text Example

White with #A372CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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