Html Css Color HEX #A868E4 Amethyst

📋 copy color: '#A868E4'

red 168 ◦ green 104 ◦ blue 228

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

Shades of Amethyst #A868E4

Tints of Amethyst #A868E4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.8%

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

R = 33.6%
G = 20.8%
B = 45.6%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A868E4 (or 0xA868E4) is known color: Amethyst. HEX triplet: A8, 68 and E4. RGB value is (168,104,228). Sum of RGB (Red+Green+Blue) = 168+104+228=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #A868E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868E4 is #57971B. Grayscale: #888888. Windows color (decimal): -5740316 or 14969000. OLE color: 14969000.

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

Color convert

RGB 168 104 228 -
CMYK 0.26 0.54 0 0.11
HSL 270.97º 0.7% 0.65% -
HSV(B) 270.97º 0.54% 0.89% -
XYZ 35.1 23.83 76.15 -
YUV 137.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 168 104 228 0.26 0.54 0 0.11 270.97 0.7 0.65
Hex A8 68 E4 1A 36 0 B 10F 46 41
Octal 250 150 344 32 66 0 13 417 106 101
Binary 10101000 1101000 11100100 11010 110110 0 1011 100001111 1000110 1000001

Color Harmonies of #A868E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868E4

Black with #A868E4

Text Example


Text Example

White with #A868E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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