Html Css Color HEX #A270CF Amethyst

📋 copy color: '#A270CF'

red 162 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #A270CF

Tints of Amethyst #A270CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 33.68%
G = 23.28%
B = 43.04%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A270CF (or 0xA270CF) is known color: Amethyst. HEX triplet: A2, 70 and CF. RGB value is (162,112,207). Sum of RGB (Red+Green+Blue) = 162+112+207=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #A270CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270CF is #5D8F30. Grayscale: #898989. Windows color (decimal): -6131505 or 13594786. OLE color: 13594786.

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

Color convert

RGB 162 112 207 -
CMYK 0.22 0.46 0 0.19
HSL 271.58º 0.5% 0.63% -
HSV(B) 271.58º 0.46% 0.81% -
XYZ 31.96 23.77 61.94 -
YUV 137.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 162 112 207 0.22 0.46 0 0.19 271.58 0.5 0.63
Hex A2 70 CF 16 2E 0 13 110 32 3F
Octal 242 160 317 26 56 0 23 420 62 77
Binary 10100010 1110000 11001111 10110 101110 0 10011 100010000 110010 111111

Color Harmonies of #A270CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270CF

Black with #A270CF

Text Example


Text Example

White with #A270CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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