Html Css Color HEX #A861CF Amethyst

📋 copy color: '#A861CF'

red 168 ◦ green 97 ◦ blue 207

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

Shades of Amethyst #A861CF

Tints of Amethyst #A861CF

RGB

 RED value IS 168 (66.02% from 255) = 35.59%

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

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

R = 35.59%
G = 20.55%
B = 43.86%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A861CF (or 0xA861CF) is known color: Amethyst. HEX triplet: A8, 61 and CF. RGB value is (168,97,207). Sum of RGB (Red+Green+Blue) = 168+97+207=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A861CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861CF is #579E30. Grayscale: #828282. Windows color (decimal): -5742129 or 13590952. OLE color: 13590952.

HSL color Cylindrical-coordinate representation of color #A861CF: hue angle of 278.73º 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 #A861CF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 97 207 -
CMYK 0.19 0.53 0 0.19
HSL 278.73º 0.53% 0.6% -
HSV(B) 278.73º 0.53% 0.81% -
XYZ 31.69 21.38 61.49 -
YUV 130.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 168 97 207 0.19 0.53 0 0.19 278.73 0.53 0.6
Hex A8 61 CF 13 35 0 13 117 35 3C
Octal 250 141 317 23 65 0 23 427 65 74
Binary 10101000 1100001 11001111 10011 110101 0 10011 100010111 110101 111100

Color Harmonies of #A861CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A861CF

Black with #A861CF

Text Example


Text Example

White with #A861CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A861CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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