Html Css Color HEX #A072CA Amethyst

📋 copy color: '#A072CA'

red 160 ◦ green 114 ◦ blue 202

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

Shades of Amethyst #A072CA

Tints of Amethyst #A072CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 33.61%
G = 23.95%
B = 42.44%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A072CA (or 0xA072CA) is known color: Amethyst. HEX triplet: A0, 72 and CA. RGB value is (160,114,202). Sum of RGB (Red+Green+Blue) = 160+114+202=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #A072CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072CA is #5F8D35. Grayscale: #898989. Windows color (decimal): -6262070 or 13267616. OLE color: 13267616.

HSL color Cylindrical-coordinate representation of color #A072CA: hue angle of 271.36º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A072CA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 114 202 -
CMYK 0.21 0.44 0 0.21
HSL 271.36º 0.45% 0.62% -
HSV(B) 271.36º 0.44% 0.79% -
XYZ 31.18 23.77 58.82 -
YUV 137.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 160 114 202 0.21 0.44 0 0.21 271.36 0.45 0.62
Hex A0 72 CA 15 2C 0 15 10F 2D 3E
Octal 240 162 312 25 54 0 25 417 55 76
Binary 10100000 1110010 11001010 10101 101100 0 10101 100001111 101101 111110

Color Harmonies of #A072CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072CA

Black with #A072CA

Text Example


Text Example

White with #A072CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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