Html Css Color HEX #A85BEA Amethyst

📋 copy color: '#A85BEA'

red 168 ◦ green 91 ◦ blue 234

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

Shades of Amethyst #A85BEA

Tints of Amethyst #A85BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 34.08%
G = 18.46%
B = 47.46%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A85BEA (or 0xA85BEA) is known color: Amethyst. HEX triplet: A8, 5B and EA. RGB value is (168,91,234). Sum of RGB (Red+Green+Blue) = 168+91+234=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #A85BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85BEA is #57A415. Grayscale: #818181. Windows color (decimal): -5743638 or 15358888. OLE color: 15358888.

HSL color Cylindrical-coordinate representation of color #A85BEA: hue angle of 272.31º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85BEA is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 91 234 -
CMYK 0.28 0.61 0 0.08
HSL 272.31º 0.77% 0.64% -
HSV(B) 272.31º 0.61% 0.92% -
XYZ 34.74 21.75 80.21 -
YUV 130.33 186.51 154.87 -
System Red Green Blue C M Y K H S L
Decimal 168 91 234 0.28 0.61 0 0.08 272.31 0.77 0.64
Hex A8 5B EA 1C 3D 0 8 110 4D 40
Octal 250 133 352 34 75 0 10 420 115 100
Binary 10101000 1011011 11101010 11100 111101 0 1000 100010000 1001101 1000000

Color Harmonies of #A85BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BEA

Black with #A85BEA

Text Example


Text Example

White with #A85BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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