Html Css Color HEX #A85DFB Medium Purple

📋 copy color: '#A85DFB'

red 168 ◦ green 93 ◦ blue 251

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

Shades of Medium Purple #A85DFB

Tints of Medium Purple #A85DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.16%

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 32.81%
G = 18.16%
B = 49.02%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A85DFB (or 0xA85DFB) is known color: Medium Purple. HEX triplet: A8, 5D and FB. RGB value is (168,93,251). Sum of RGB (Red+Green+Blue) = 168+93+251=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #A85DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85DFB is #57A204. Grayscale: #848484. Windows color (decimal): -5743109 or 16473512. OLE color: 16473512.

HSL color Cylindrical-coordinate representation of color #A85DFB: hue angle of 268.48º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A85DFB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 93 251 -
CMYK 0.33 0.63 0 0.02
HSL 268.48º 0.95% 0.67% -
HSV(B) 268.48º 0.63% 0.98% -
XYZ 37.48 23.12 93.75 -
YUV 133.44 194.35 152.65 -
System Red Green Blue C M Y K H S L
Decimal 168 93 251 0.33 0.63 0 0.02 268.48 0.95 0.67
Hex A8 5D FB 21 3F 0 2 10C 5F 43
Octal 250 135 373 41 77 0 2 414 137 103
Binary 10101000 1011101 11111011 100001 111111 0 10 100001100 1011111 1000011

Color Harmonies of #A85DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DFB

Black with #A85DFB

Text Example


Text Example

White with #A85DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DFB; }

 p { color: rgb(168,93,251); }

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

background-color css

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

 a { background-color: rgb(168,93,251); }

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

border-color css

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

 span { border-color: rgb(168,93,251); }

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