Html Css Color HEX #A869E4 Amethyst

📋 copy color: '#A869E4'

red 168 ◦ green 105 ◦ blue 228

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

Shades of Amethyst #A869E4

Tints of Amethyst #A869E4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.96%

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

R = 33.53%
G = 20.96%
B = 45.51%

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

#A869E4 (or 0xA869E4) is known color: Amethyst. HEX triplet: A8, 69 and E4. RGB value is (168,105,228). Sum of RGB (Red+Green+Blue) = 168+105+228=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #A869E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869E4 is #57961B. Grayscale: #898989. Windows color (decimal): -5740060 or 14969256. OLE color: 14969256.

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

Color convert

RGB 168 105 228 -
CMYK 0.26 0.54 0 0.11
HSL 270.73º 0.69% 0.65% -
HSV(B) 270.73º 0.54% 0.89% -
XYZ 35.2 24.03 76.18 -
YUV 137.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 168 105 228 0.26 0.54 0 0.11 270.73 0.69 0.65
Hex A8 69 E4 1A 36 0 B 10F 45 41
Octal 250 151 344 32 66 0 13 417 105 101
Binary 10101000 1101001 11100100 11010 110110 0 1011 100001111 1000101 1000001

Color Harmonies of #A869E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869E4

Black with #A869E4

Text Example


Text Example

White with #A869E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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