Html Css Color HEX #A261CD Amethyst

📋 copy color: '#A261CD'

red 162 ◦ green 97 ◦ blue 205

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

Shades of Amethyst #A261CD

Tints of Amethyst #A261CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 34.91%
G = 20.91%
B = 44.18%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A261CD (or 0xA261CD) is known color: Amethyst. HEX triplet: A2, 61 and CD. RGB value is (162,97,205). Sum of RGB (Red+Green+Blue) = 162+97+205=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #A261CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261CD is #5D9E32. Grayscale: #808080. Windows color (decimal): -6135347 or 13459874. OLE color: 13459874.

HSL color Cylindrical-coordinate representation of color #A261CD: hue angle of 276.11º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A261CD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 97 205 -
CMYK 0.21 0.53 0 0.20
HSL 276.11º 0.52% 0.59% -
HSV(B) 276.11º 0.53% 0.8% -
XYZ 30.19 20.64 60.15 -
YUV 128.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 162 97 205 0.21 0.53 0 0.20 276.11 0.52 0.59
Hex A2 61 CD 15 35 0 14 114 34 3B
Octal 242 141 315 25 65 0 24 424 64 73
Binary 10100010 1100001 11001101 10101 110101 0 10100 100010100 110100 111011

Color Harmonies of #A261CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261CD

Black with #A261CD

Text Example


Text Example

White with #A261CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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