Html Css Color HEX #A272CC Amethyst

📋 copy color: '#A272CC'

red 162 ◦ green 114 ◦ blue 204

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

Shades of Amethyst #A272CC

Tints of Amethyst #A272CC

RGB

 RED value IS 162 (63.67% from 255) = 33.75%

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

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

R = 33.75%
G = 23.75%
B = 42.5%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A272CC (or 0xA272CC) is known color: Amethyst. HEX triplet: A2, 72 and CC. RGB value is (162,114,204). Sum of RGB (Red+Green+Blue) = 162+114+204=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #A272CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272CC is #5D8D33. Grayscale: #8A8A8A. Windows color (decimal): -6130996 or 13398690. OLE color: 13398690.

HSL color Cylindrical-coordinate representation of color #A272CC: hue angle of 272º 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 #A272CC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 114 204 -
CMYK 0.21 0.44 0 0.2
HSL 272º 0.47% 0.62% -
HSV(B) 272º 0.44% 0.8% -
XYZ 31.82 24.08 60.1 -
YUV 138.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 162 114 204 0.21 0.44 0 0.2 272 0.47 0.62
Hex A2 72 CC 15 2C 0 14 110 2F 3E
Octal 242 162 314 25 54 0 24 420 57 76
Binary 10100010 1110010 11001100 10101 101100 0 10100 100010000 101111 111110

Color Harmonies of #A272CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272CC

Black with #A272CC

Text Example


Text Example

White with #A272CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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