Html Css Color HEX #A85BFF Medium Purple

📋 copy color: '#A85BFF'

red 168 ◦ green 91 ◦ blue 255

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

Shades of Medium Purple #A85BFF

Tints of Medium Purple #A85BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 32.68%
G = 17.7%
B = 49.61%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A85BFF (or 0xA85BFF) is known color: Medium Purple. HEX triplet: A8, 5B and FF. RGB value is (168,91,255). Sum of RGB (Red+Green+Blue) = 168+91+255=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #A85BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85BFF is #57A400. Grayscale: #848484. Windows color (decimal): -5743617 or 16735144. OLE color: 16735144.

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

Color convert

RGB 168 91 255 -
CMYK 0.34 0.64 0 0
HSL 268.17º 1% 0.68% -
HSV(B) 268.17º 0.64% 1% -
XYZ 37.94 23.03 97.05 -
YUV 132.72 197.01 153.16 -
System Red Green Blue C M Y K H S L
Decimal 168 91 255 0.34 0.64 0 0 268.17 1 0.68
Hex A8 5B FF 22 40 0 0 10C 64 44
Octal 250 133 377 42 100 0 0 414 144 104
Binary 10101000 1011011 11111111 100010 1000000 0 0 100001100 1100100 1000100

Color Harmonies of #A85BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BFF

Black with #A85BFF

Text Example


Text Example

White with #A85BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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