Html Css Color HEX #A85BE6 Amethyst

📋 copy color: '#A85BE6'

red 168 ◦ green 91 ◦ blue 230

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

Shades of Amethyst #A85BE6

Tints of Amethyst #A85BE6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.61%

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 34.36%
G = 18.61%
B = 47.03%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A85BE6 (or 0xA85BE6) is known color: Amethyst. HEX triplet: A8, 5B and E6. RGB value is (168,91,230). Sum of RGB (Red+Green+Blue) = 168+91+230=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #A85BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85BE6 is #57A419. Grayscale: #818181. Windows color (decimal): -5743642 or 15096744. OLE color: 15096744.

HSL color Cylindrical-coordinate representation of color #A85BE6: hue angle of 273.24º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85BE6 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 91 230 -
CMYK 0.27 0.60 0 0.10
HSL 273.24º 0.74% 0.63% -
HSV(B) 273.24º 0.6% 0.9% -
XYZ 34.17 21.52 77.22 -
YUV 129.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 168 91 230 0.27 0.60 0 0.10 273.24 0.74 0.63
Hex A8 5B E6 1B 3C 0 A 111 4A 3F
Octal 250 133 346 33 74 0 12 421 112 77
Binary 10101000 1011011 11100110 11011 111100 0 1010 100010001 1001010 111111

Color Harmonies of #A85BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BE6

Black with #A85BE6

Text Example


Text Example

White with #A85BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BE6; }

 p { color: rgb(168,91,230); }

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

background-color css

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

 a { background-color: rgb(168,91,230); }

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

border-color css

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

 span { border-color: rgb(168,91,230); }

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