Html Css Color HEX #A85AEE Amethyst

📋 copy color: '#A85AEE'

red 168 ◦ green 90 ◦ blue 238

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

Shades of Amethyst #A85AEE

Tints of Amethyst #A85AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 33.87%
G = 18.15%
B = 47.98%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A85AEE (or 0xA85AEE) is known color: Amethyst. HEX triplet: A8, 5A and EE. RGB value is (168,90,238). Sum of RGB (Red+Green+Blue) = 168+90+238=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #A85AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AEE is #57A511. Grayscale: #818181. Windows color (decimal): -5743890 or 15620776. OLE color: 15620776.

HSL color Cylindrical-coordinate representation of color #A85AEE: hue angle of 271.62º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85AEE is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 90 238 -
CMYK 0.29 0.62 0 0.07
HSL 271.62º 0.81% 0.64% -
HSV(B) 271.62º 0.62% 0.93% -
XYZ 35.24 21.81 83.24 -
YUV 130.19 188.84 154.97 -
System Red Green Blue C M Y K H S L
Decimal 168 90 238 0.29 0.62 0 0.07 271.62 0.81 0.64
Hex A8 5A EE 1D 3E 0 7 110 51 40
Octal 250 132 356 35 76 0 7 420 121 100
Binary 10101000 1011010 11101110 11101 111110 0 111 100010000 1010001 1000000

Color Harmonies of #A85AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AEE

Black with #A85AEE

Text Example


Text Example

White with #A85AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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