Html Css Color HEX #A372CC Amethyst

📋 copy color: '#A372CC'

red 163 ◦ green 114 ◦ blue 204

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

Shades of Amethyst #A372CC

Tints of Amethyst #A372CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 33.89%
G = 23.7%
B = 42.41%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A372CC (or 0xA372CC) is known color: Amethyst. HEX triplet: A3, 72 and CC. RGB value is (163,114,204). Sum of RGB (Red+Green+Blue) = 163+114+204=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A372CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372CC is #5C8D33. Grayscale: #8A8A8A. Windows color (decimal): -6065460 or 13398691. OLE color: 13398691.

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

Color convert

RGB 163 114 204 -
CMYK 0.20 0.44 0 0.2
HSL 272.67º 0.47% 0.62% -
HSV(B) 272.67º 0.44% 0.8% -
XYZ 32.02 24.18 60.11 -
YUV 138.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 163 114 204 0.20 0.44 0 0.2 272.67 0.47 0.62
Hex A3 72 CC 14 2C 0 14 111 2F 3E
Octal 243 162 314 24 54 0 24 421 57 76
Binary 10100011 1110010 11001100 10100 101100 0 10100 100010001 101111 111110

Color Harmonies of #A372CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372CC

Black with #A372CC

Text Example


Text Example

White with #A372CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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