Html Css Color HEX #A85FEB Amethyst

📋 copy color: '#A85FEB'

red 168 ◦ green 95 ◦ blue 235

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

Shades of Amethyst #A85FEB

Tints of Amethyst #A85FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.08%

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 33.73%
G = 19.08%
B = 47.19%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A85FEB (or 0xA85FEB) is known color: Amethyst. HEX triplet: A8, 5F and EB. RGB value is (168,95,235). Sum of RGB (Red+Green+Blue) = 168+95+235=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #A85FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FEB is #57A014. Grayscale: #848484. Windows color (decimal): -5742613 or 15425448. OLE color: 15425448.

HSL color Cylindrical-coordinate representation of color #A85FEB: hue angle of 271.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85FEB is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 95 235 -
CMYK 0.29 0.60 0 0.08
HSL 271.29º 0.78% 0.65% -
HSV(B) 271.29º 0.6% 0.92% -
XYZ 35.24 22.51 81.08 -
YUV 132.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 168 95 235 0.29 0.60 0 0.08 271.29 0.78 0.65
Hex A8 5F EB 1D 3C 0 8 10F 4E 41
Octal 250 137 353 35 74 0 10 417 116 101
Binary 10101000 1011111 11101011 11101 111100 0 1000 100001111 1001110 1000001

Color Harmonies of #A85FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FEB

Black with #A85FEB

Text Example


Text Example

White with #A85FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FEB; }

 p { color: rgb(168,95,235); }

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

background-color css

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

 a { background-color: rgb(168,95,235); }

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

border-color css

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

 span { border-color: rgb(168,95,235); }

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