Html Css Color HEX #A261CF Amethyst

📋 copy color: '#A261CF'

red 162 ◦ green 97 ◦ blue 207

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

Shades of Amethyst #A261CF

Tints of Amethyst #A261CF

RGB

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

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

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

R = 34.76%
G = 20.82%
B = 44.42%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A261CF (or 0xA261CF) is known color: Amethyst. HEX triplet: A2, 61 and CF. RGB value is (162,97,207). Sum of RGB (Red+Green+Blue) = 162+97+207=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #A261CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261CF is #5D9E30. Grayscale: #808080. Windows color (decimal): -6135345 or 13590946. OLE color: 13590946.

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

Color convert

RGB 162 97 207 -
CMYK 0.22 0.53 0 0.19
HSL 275.45º 0.53% 0.6% -
HSV(B) 275.45º 0.53% 0.81% -
XYZ 30.44 20.74 61.43 -
YUV 128.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 162 97 207 0.22 0.53 0 0.19 275.45 0.53 0.6
Hex A2 61 CF 16 35 0 13 113 35 3C
Octal 242 141 317 26 65 0 23 423 65 74
Binary 10100010 1100001 11001111 10110 110101 0 10011 100010011 110101 111100

Color Harmonies of #A261CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261CF

Black with #A261CF

Text Example


Text Example

White with #A261CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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