Html Css Color HEX #A261DF Amethyst

📋 copy color: '#A261DF'

red 162 ◦ green 97 ◦ blue 223

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

Shades of Amethyst #A261DF

Tints of Amethyst #A261DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 33.61%
G = 20.12%
B = 46.27%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A261DF (or 0xA261DF) is known color: Amethyst. HEX triplet: A2, 61 and DF. RGB value is (162,97,223). Sum of RGB (Red+Green+Blue) = 162+97+223=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #A261DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261DF is #5D9E20. Grayscale: #828282. Windows color (decimal): -6135329 or 14639522. OLE color: 14639522.

HSL color Cylindrical-coordinate representation of color #A261DF: hue angle of 270.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A261DF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 97 223 -
CMYK 0.27 0.57 0 0.13
HSL 270.95º 0.66% 0.63% -
HSV(B) 270.95º 0.57% 0.87% -
XYZ 32.49 21.56 72.26 -
YUV 130.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 162 97 223 0.27 0.57 0 0.13 270.95 0.66 0.63
Hex A2 61 DF 1B 39 0 D 10F 42 3F
Octal 242 141 337 33 71 0 15 417 102 77
Binary 10100010 1100001 11011111 11011 111001 0 1101 100001111 1000010 111111

Color Harmonies of #A261DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261DF

Black with #A261DF

Text Example


Text Example

White with #A261DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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