Html Css Color HEX #A862E1 Amethyst

📋 copy color: '#A862E1'

red 168 ◦ green 98 ◦ blue 225

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

Shades of Amethyst #A862E1

Tints of Amethyst #A862E1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.96%

 BLUE value IS 225 (88.28% from 255) = 45.82%

R = 34.22%
G = 19.96%
B = 45.82%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A862E1 (or 0xA862E1) is known color: Amethyst. HEX triplet: A8, 62 and E1. RGB value is (168,98,225). Sum of RGB (Red+Green+Blue) = 168+98+225=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #A862E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862E1 is #579D1E. Grayscale: #848484. Windows color (decimal): -5741855 or 14770856. OLE color: 14770856.

HSL color Cylindrical-coordinate representation of color #A862E1: hue angle of 273.07º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A862E1 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 98 225 -
CMYK 0.25 0.56 0 0.12
HSL 273.07º 0.68% 0.63% -
HSV(B) 273.07º 0.56% 0.88% -
XYZ 34.11 22.5 73.78 -
YUV 133.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 168 98 225 0.25 0.56 0 0.12 273.07 0.68 0.63
Hex A8 62 E1 19 38 0 C 111 44 3F
Octal 250 142 341 31 70 0 14 421 104 77
Binary 10101000 1100010 11100001 11001 111000 0 1100 100010001 1000100 111111

Color Harmonies of #A862E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862E1

Black with #A862E1

Text Example


Text Example

White with #A862E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862E1; }

 p { color: rgb(168,98,225); }

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

background-color css

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

 a { background-color: rgb(168,98,225); }

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

border-color css

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

 span { border-color: rgb(168,98,225); }

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