Html Css Color HEX #A863E4 Amethyst

📋 copy color: '#A863E4'

red 168 ◦ green 99 ◦ blue 228

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

Shades of Amethyst #A863E4

Tints of Amethyst #A863E4

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20%

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

R = 33.94%
G = 20%
B = 46.06%

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

#A863E4 (or 0xA863E4) is known color: Amethyst. HEX triplet: A8, 63 and E4. RGB value is (168,99,228). Sum of RGB (Red+Green+Blue) = 168+99+228=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #A863E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863E4 is #579C1B. Grayscale: #858585. Windows color (decimal): -5741596 or 14967720. OLE color: 14967720.

HSL color Cylindrical-coordinate representation of color #A863E4: hue angle of 272.09º degrees, saturation: 0.7, 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 #A863E4 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 99 228 -
CMYK 0.26 0.57 0 0.11
HSL 272.09º 0.7% 0.64% -
HSV(B) 272.09º 0.57% 0.89% -
XYZ 34.61 22.85 75.98 -
YUV 134.34 180.86 152.01 -
System Red Green Blue C M Y K H S L
Decimal 168 99 228 0.26 0.57 0 0.11 272.09 0.7 0.64
Hex A8 63 E4 1A 39 0 B 110 46 40
Octal 250 143 344 32 71 0 13 420 106 100
Binary 10101000 1100011 11100100 11010 111001 0 1011 100010000 1000110 1000000

Color Harmonies of #A863E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863E4

Black with #A863E4

Text Example


Text Example

White with #A863E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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