Html Css Color HEX #A261D6 Amethyst

📋 copy color: '#A261D6'

red 162 ◦ green 97 ◦ blue 214

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

Shades of Amethyst #A261D6

Tints of Amethyst #A261D6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.51%

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 34.25%
G = 20.51%
B = 45.24%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A261D6 (or 0xA261D6) is known color: Amethyst. HEX triplet: A2, 61 and D6. RGB value is (162,97,214). Sum of RGB (Red+Green+Blue) = 162+97+214=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #A261D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261D6 is #5D9E29. Grayscale: #818181. Windows color (decimal): -6135338 or 14049698. OLE color: 14049698.

HSL color Cylindrical-coordinate representation of color #A261D6: hue angle of 273.33º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A261D6 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 97 214 -
CMYK 0.24 0.55 0 0.16
HSL 273.33º 0.59% 0.61% -
HSV(B) 273.33º 0.55% 0.84% -
XYZ 31.31 21.09 66.04 -
YUV 129.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 162 97 214 0.24 0.55 0 0.16 273.33 0.59 0.61
Hex A2 61 D6 18 37 0 10 111 3B 3D
Octal 242 141 326 30 67 0 20 421 73 75
Binary 10100010 1100001 11010110 11000 110111 0 10000 100010001 111011 111101

Color Harmonies of #A261D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261D6

Black with #A261D6

Text Example


Text Example

White with #A261D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261D6; }

 p { color: rgb(162,97,214); }

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

background-color css

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

 a { background-color: rgb(162,97,214); }

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

border-color css

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

 span { border-color: rgb(162,97,214); }

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