Html Css Color HEX #A85BFE Medium Purple

📋 copy color: '#A85BFE'

red 168 ◦ green 91 ◦ blue 254

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

Shades of Medium Purple #A85BFE

Tints of Medium Purple #A85BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 32.75%
G = 17.74%
B = 49.51%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A85BFE (or 0xA85BFE) is known color: Medium Purple. HEX triplet: A8, 5B and FE. RGB value is (168,91,254). Sum of RGB (Red+Green+Blue) = 168+91+254=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #A85BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85BFE is #57A401. Grayscale: #848484. Windows color (decimal): -5743618 or 16669608. OLE color: 16669608.

HSL color Cylindrical-coordinate representation of color #A85BFE: hue angle of 268.34º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A85BFE is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 91 254 -
CMYK 0.34 0.64 0 0.00
HSL 268.34º 0.99% 0.68% -
HSV(B) 268.34º 0.64% 1% -
XYZ 37.78 22.96 96.21 -
YUV 132.61 196.51 153.25 -
System Red Green Blue C M Y K H S L
Decimal 168 91 254 0.34 0.64 0 0.00 268.34 0.99 0.68
Hex A8 5B FE 22 40 0 0 10C 63 44
Octal 250 133 376 42 100 0 0 414 143 104
Binary 10101000 1011011 11111110 100010 1000000 0 0 100001100 1100011 1000100

Color Harmonies of #A85BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BFE

Black with #A85BFE

Text Example


Text Example

White with #A85BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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