Html Css Color HEX #A85EE7 Amethyst

📋 copy color: '#A85EE7'

red 168 ◦ green 94 ◦ blue 231

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

Shades of Amethyst #A85EE7

Tints of Amethyst #A85EE7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.07%

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

R = 34.08%
G = 19.07%
B = 46.86%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A85EE7 (or 0xA85EE7) is known color: Amethyst. HEX triplet: A8, 5E and E7. RGB value is (168,94,231). Sum of RGB (Red+Green+Blue) = 168+94+231=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #A85EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85EE7 is #57A118. Grayscale: #838383. Windows color (decimal): -5742873 or 15163048. OLE color: 15163048.

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

Color convert

RGB 168 94 231 -
CMYK 0.27 0.59 0 0.09
HSL 272.41º 0.74% 0.64% -
HSV(B) 272.41º 0.59% 0.91% -
XYZ 34.57 22.1 78.04 -
YUV 131.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 168 94 231 0.27 0.59 0 0.09 272.41 0.74 0.64
Hex A8 5E E7 1B 3B 0 9 110 4A 40
Octal 250 136 347 33 73 0 11 420 112 100
Binary 10101000 1011110 11100111 11011 111011 0 1001 100010000 1001010 1000000

Color Harmonies of #A85EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85EE7

Black with #A85EE7

Text Example


Text Example

White with #A85EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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