Html Css Color HEX #A85FFF Medium Purple

📋 copy color: '#A85FFF'

red 168 ◦ green 95 ◦ blue 255

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

Shades of Medium Purple #A85FFF

Tints of Medium Purple #A85FFF

RGB

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

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

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

R = 32.43%
G = 18.34%
B = 49.23%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A85FFF (or 0xA85FFF) is known color: Medium Purple. HEX triplet: A8, 5F and FF. RGB value is (168,95,255). Sum of RGB (Red+Green+Blue) = 168+95+255=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #A85FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FFF is #57A000. Grayscale: #868686. Windows color (decimal): -5742593 or 16736168. OLE color: 16736168.

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

Color convert

RGB 168 95 255 -
CMYK 0.34 0.63 0 0
HSL 267.38º 1% 0.69% -
HSV(B) 267.38º 0.63% 1% -
XYZ 38.29 23.73 97.17 -
YUV 135.07 195.68 151.49 -
System Red Green Blue C M Y K H S L
Decimal 168 95 255 0.34 0.63 0 0 267.38 1 0.69
Hex A8 5F FF 22 3F 0 0 10B 64 45
Octal 250 137 377 42 77 0 0 413 144 105
Binary 10101000 1011111 11111111 100010 111111 0 0 100001011 1100100 1000101

Color Harmonies of #A85FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FFF

Black with #A85FFF

Text Example


Text Example

White with #A85FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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