Html Css Color HEX #A261DA Amethyst

📋 copy color: '#A261DA'

red 162 ◦ green 97 ◦ blue 218

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

Shades of Amethyst #A261DA

Tints of Amethyst #A261DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 33.96%
G = 20.34%
B = 45.7%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A261DA (or 0xA261DA) is known color: Amethyst. HEX triplet: A2, 61 and DA. RGB value is (162,97,218). Sum of RGB (Red+Green+Blue) = 162+97+218=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #A261DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261DA is #5D9E25. Grayscale: #818181. Windows color (decimal): -6135334 or 14311842. OLE color: 14311842.

HSL color Cylindrical-coordinate representation of color #A261DA: hue angle of 272.23º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A261DA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 97 218 -
CMYK 0.26 0.56 0 0.15
HSL 272.23º 0.62% 0.62% -
HSV(B) 272.23º 0.56% 0.85% -
XYZ 31.83 21.29 68.76 -
YUV 130.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 162 97 218 0.26 0.56 0 0.15 272.23 0.62 0.62
Hex A2 61 DA 1A 38 0 F 110 3E 3E
Octal 242 141 332 32 70 0 17 420 76 76
Binary 10100010 1100001 11011010 11010 111000 0 1111 100010000 111110 111110

Color Harmonies of #A261DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261DA

Black with #A261DA

Text Example


Text Example

White with #A261DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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