Html Css Color HEX #A270CE Amethyst

📋 copy color: '#A270CE'

red 162 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #A270CE

Tints of Amethyst #A270CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 33.75%
G = 23.33%
B = 42.92%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A270CE (or 0xA270CE) is known color: Amethyst. HEX triplet: A2, 70 and CE. RGB value is (162,112,206). Sum of RGB (Red+Green+Blue) = 162+112+206=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #A270CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270CE is #5D8F31. Grayscale: #898989. Windows color (decimal): -6131506 or 13529250. OLE color: 13529250.

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

Color convert

RGB 162 112 206 -
CMYK 0.21 0.46 0 0.19
HSL 271.91º 0.49% 0.62% -
HSV(B) 271.91º 0.46% 0.81% -
XYZ 31.84 23.73 61.29 -
YUV 137.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 162 112 206 0.21 0.46 0 0.19 271.91 0.49 0.62
Hex A2 70 CE 15 2E 0 13 110 31 3E
Octal 242 160 316 25 56 0 23 420 61 76
Binary 10100010 1110000 11001110 10101 101110 0 10011 100010000 110001 111110

Color Harmonies of #A270CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270CE

Black with #A270CE

Text Example


Text Example

White with #A270CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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