Html Css Color HEX #A270CA Amethyst

📋 copy color: '#A270CA'

red 162 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #A270CA

Tints of Amethyst #A270CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.53%

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

R = 34.03%
G = 23.53%
B = 42.44%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A270CA (or 0xA270CA) is known color: Amethyst. HEX triplet: A2, 70 and CA. RGB value is (162,112,202). Sum of RGB (Red+Green+Blue) = 162+112+202=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 112 (44.14% from 255 or 23.53% 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 #A270CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270CA is #5D8F35. Grayscale: #888888. Windows color (decimal): -6131510 or 13267106. OLE color: 13267106.

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

Color convert

RGB 162 112 202 -
CMYK 0.20 0.45 0 0.21
HSL 273.33º 0.46% 0.62% -
HSV(B) 273.33º 0.45% 0.79% -
XYZ 31.36 23.53 58.77 -
YUV 137.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 162 112 202 0.20 0.45 0 0.21 273.33 0.46 0.62
Hex A2 70 CA 14 2D 0 15 111 2E 3E
Octal 242 160 312 24 55 0 25 421 56 76
Binary 10100010 1110000 11001010 10100 101101 0 10101 100010001 101110 111110

Color Harmonies of #A270CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270CA

Black with #A270CA

Text Example


Text Example

White with #A270CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270CA; }

 p { color: rgb(162,112,202); }

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

background-color css

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

 a { background-color: rgb(162,112,202); }

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

border-color css

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

 span { border-color: rgb(162,112,202); }

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