Html Css Color HEX #A865E5 Amethyst

📋 copy color: '#A865E5'

red 168 ◦ green 101 ◦ blue 229

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

Shades of Amethyst #A865E5

Tints of Amethyst #A865E5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.28%

 BLUE value IS 229 (89.84% from 255) = 45.98%

R = 33.73%
G = 20.28%
B = 45.98%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A865E5 (or 0xA865E5) is known color: Amethyst. HEX triplet: A8, 65 and E5. RGB value is (168,101,229). Sum of RGB (Red+Green+Blue) = 168+101+229=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #A865E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865E5 is #579A1A. Grayscale: #878787. Windows color (decimal): -5741083 or 15033768. OLE color: 15033768.

HSL color Cylindrical-coordinate representation of color #A865E5: hue angle of 271.41º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A865E5 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 101 229 -
CMYK 0.27 0.56 0 0.10
HSL 271.41º 0.71% 0.65% -
HSV(B) 271.41º 0.56% 0.9% -
XYZ 34.94 23.29 76.78 -
YUV 135.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 168 101 229 0.27 0.56 0 0.10 271.41 0.71 0.65
Hex A8 65 E5 1B 38 0 A 10F 47 41
Octal 250 145 345 33 70 0 12 417 107 101
Binary 10101000 1100101 11100101 11011 111000 0 1010 100001111 1000111 1000001

Color Harmonies of #A865E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865E5

Black with #A865E5

Text Example


Text Example

White with #A865E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865E5; }

 p { color: rgb(168,101,229); }

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

background-color css

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

 a { background-color: rgb(168,101,229); }

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

border-color css

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

 span { border-color: rgb(168,101,229); }

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