Html Css Color HEX #A85AE7 Amethyst

📋 copy color: '#A85AE7'

red 168 ◦ green 90 ◦ blue 231

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

Shades of Amethyst #A85AE7

Tints of Amethyst #A85AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.24%

R = 34.36%
G = 18.4%
B = 47.24%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A85AE7 (or 0xA85AE7) is known color: Amethyst. HEX triplet: A8, 5A and E7. RGB value is (168,90,231). Sum of RGB (Red+Green+Blue) = 168+90+231=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #A85AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AE7 is #57A518. Grayscale: #808080. Windows color (decimal): -5743897 or 15162024. OLE color: 15162024.

HSL color Cylindrical-coordinate representation of color #A85AE7: hue angle of 273.19º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85AE7 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 90 231 -
CMYK 0.27 0.61 0 0.09
HSL 273.19º 0.75% 0.63% -
HSV(B) 273.19º 0.61% 0.91% -
XYZ 34.23 21.41 77.93 -
YUV 129.4 185.34 155.54 -
System Red Green Blue C M Y K H S L
Decimal 168 90 231 0.27 0.61 0 0.09 273.19 0.75 0.63
Hex A8 5A E7 1B 3D 0 9 111 4B 3F
Octal 250 132 347 33 75 0 11 421 113 77
Binary 10101000 1011010 11100111 11011 111101 0 1001 100010001 1001011 111111

Color Harmonies of #A85AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AE7

Black with #A85AE7

Text Example


Text Example

White with #A85AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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