Html Css Color HEX #A861E4 Amethyst

📋 copy color: '#A861E4'

red 168 ◦ green 97 ◦ blue 228

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

Shades of Amethyst #A861E4

Tints of Amethyst #A861E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.25%

R = 34.08%
G = 19.68%
B = 46.25%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A861E4 (or 0xA861E4) is known color: Amethyst. HEX triplet: A8, 61 and E4. RGB value is (168,97,228). Sum of RGB (Red+Green+Blue) = 168+97+228=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #A861E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861E4 is #579E1B. Grayscale: #848484. Windows color (decimal): -5742108 or 14967208. OLE color: 14967208.

HSL color Cylindrical-coordinate representation of color #A861E4: hue angle of 272.52º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A861E4 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 97 228 -
CMYK 0.26 0.57 0 0.11
HSL 272.52º 0.71% 0.64% -
HSV(B) 272.52º 0.57% 0.89% -
XYZ 34.43 22.48 75.92 -
YUV 133.16 181.52 152.85 -
System Red Green Blue C M Y K H S L
Decimal 168 97 228 0.26 0.57 0 0.11 272.52 0.71 0.64
Hex A8 61 E4 1A 39 0 B 111 47 40
Octal 250 141 344 32 71 0 13 421 107 100
Binary 10101000 1100001 11100100 11010 111001 0 1011 100010001 1000111 1000000

Color Harmonies of #A861E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A861E4

Black with #A861E4

Text Example


Text Example

White with #A861E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A861E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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