Html Css Color HEX #A85AE3 Amethyst

📋 copy color: '#A85AE3'

red 168 ◦ green 90 ◦ blue 227

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

Shades of Amethyst #A85AE3

Tints of Amethyst #A85AE3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.56%

 BLUE value IS 227 (89.06% from 255) = 46.8%

R = 34.64%
G = 18.56%
B = 46.8%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A85AE3 (or 0xA85AE3) is known color: Amethyst. HEX triplet: A8, 5A and E3. RGB value is (168,90,227). Sum of RGB (Red+Green+Blue) = 168+90+227=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #A85AE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AE3 is #57A51C. Grayscale: #808080. Windows color (decimal): -5743901 or 14899880. OLE color: 14899880.

HSL color Cylindrical-coordinate representation of color #A85AE3: hue angle of 274.16º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85AE3 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 90 227 -
CMYK 0.26 0.60 0 0.11
HSL 274.16º 0.71% 0.62% -
HSV(B) 274.16º 0.6% 0.89% -
XYZ 33.67 21.18 74.99 -
YUV 128.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 168 90 227 0.26 0.60 0 0.11 274.16 0.71 0.62
Hex A8 5A E3 1A 3C 0 B 112 47 3E
Octal 250 132 343 32 74 0 13 422 107 76
Binary 10101000 1011010 11100011 11010 111100 0 1011 100010010 1000111 111110

Color Harmonies of #A85AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AE3

Black with #A85AE3

Text Example


Text Example

White with #A85AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AE3; }

 p { color: rgb(168,90,227); }

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

background-color css

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

 a { background-color: rgb(168,90,227); }

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

border-color css

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

 span { border-color: rgb(168,90,227); }

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