Html Css Color HEX #A276CF Amethyst

📋 copy color: '#A276CF'

red 162 ◦ green 118 ◦ blue 207

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

Shades of Amethyst #A276CF

Tints of Amethyst #A276CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.23%

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

R = 33.26%
G = 24.23%
B = 42.51%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A276CF (or 0xA276CF) is known color: Amethyst. HEX triplet: A2, 76 and CF. RGB value is (162,118,207). Sum of RGB (Red+Green+Blue) = 162+118+207=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #A276CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276CF is #5D8930. Grayscale: #8C8C8C. Windows color (decimal): -6129969 or 13596322. OLE color: 13596322.

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

Color convert

RGB 162 118 207 -
CMYK 0.22 0.43 0 0.19
HSL 269.66º 0.48% 0.64% -
HSV(B) 269.66º 0.43% 0.81% -
XYZ 32.64 25.14 62.16 -
YUV 141.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 162 118 207 0.22 0.43 0 0.19 269.66 0.48 0.64
Hex A2 76 CF 16 2B 0 13 10E 30 40
Octal 242 166 317 26 53 0 23 416 60 100
Binary 10100010 1110110 11001111 10110 101011 0 10011 100001110 110000 1000000

Color Harmonies of #A276CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276CF

Black with #A276CF

Text Example


Text Example

White with #A276CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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