Html Css Color HEX #A85AFF Medium Purple

📋 copy color: '#A85AFF'

red 168 ◦ green 90 ◦ blue 255

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

Shades of Medium Purple #A85AFF

Tints of Medium Purple #A85AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.54%

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

R = 32.75%
G = 17.54%
B = 49.71%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A85AFF (or 0xA85AFF) is known color: Medium Purple. HEX triplet: A8, 5A and FF. RGB value is (168,90,255). Sum of RGB (Red+Green+Blue) = 168+90+255=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #A85AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AFF is #57A500. Grayscale: #838383. Windows color (decimal): -5743873 or 16734888. OLE color: 16734888.

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

Color convert

RGB 168 90 255 -
CMYK 0.34 0.65 0 0
HSL 268.36º 1% 0.68% -
HSV(B) 268.36º 0.65% 1% -
XYZ 37.85 22.86 97.02 -
YUV 132.13 197.34 153.58 -
System Red Green Blue C M Y K H S L
Decimal 168 90 255 0.34 0.65 0 0 268.36 1 0.68
Hex A8 5A FF 22 41 0 0 10C 64 44
Octal 250 132 377 42 101 0 0 414 144 104
Binary 10101000 1011010 11111111 100010 1000001 0 0 100001100 1100100 1000100

Color Harmonies of #A85AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AFF

Black with #A85AFF

Text Example


Text Example

White with #A85AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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