Html Css Color HEX #A072CC Amethyst

📋 copy color: '#A072CC'

red 160 ◦ green 114 ◦ blue 204

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

Shades of Amethyst #A072CC

Tints of Amethyst #A072CC

RGB

 RED value IS 160 (62.89% from 255) = 33.47%

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

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

R = 33.47%
G = 23.85%
B = 42.68%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A072CC (or 0xA072CC) is known color: Amethyst. HEX triplet: A0, 72 and CC. RGB value is (160,114,204). Sum of RGB (Red+Green+Blue) = 160+114+204=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #A072CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072CC is #5F8D33. Grayscale: #898989. Windows color (decimal): -6262068 or 13398688. OLE color: 13398688.

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

Color convert

RGB 160 114 204 -
CMYK 0.22 0.44 0 0.2
HSL 270.67º 0.47% 0.62% -
HSV(B) 270.67º 0.44% 0.8% -
XYZ 31.41 23.87 60.08 -
YUV 138.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 160 114 204 0.22 0.44 0 0.2 270.67 0.47 0.62
Hex A0 72 CC 16 2C 0 14 10F 2F 3E
Octal 240 162 314 26 54 0 24 417 57 76
Binary 10100000 1110010 11001100 10110 101100 0 10100 100001111 101111 111110

Color Harmonies of #A072CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072CC

Black with #A072CC

Text Example


Text Example

White with #A072CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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