Html Css Color HEX #A85FFB Medium Purple

📋 copy color: '#A85FFB'

red 168 ◦ green 95 ◦ blue 251

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

Shades of Medium Purple #A85FFB

Tints of Medium Purple #A85FFB

RGB

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

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

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

R = 32.68%
G = 18.48%
B = 48.83%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A85FFB (or 0xA85FFB) is known color: Medium Purple. HEX triplet: A8, 5F and FB. RGB value is (168,95,251). Sum of RGB (Red+Green+Blue) = 168+95+251=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #A85FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FFB is #57A004. Grayscale: #868686. Windows color (decimal): -5742597 or 16474024. OLE color: 16474024.

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

Color convert

RGB 168 95 251 -
CMYK 0.33 0.62 0 0.02
HSL 268.08º 0.95% 0.68% -
HSV(B) 268.08º 0.62% 0.98% -
XYZ 37.65 23.47 93.81 -
YUV 134.61 193.68 151.82 -
System Red Green Blue C M Y K H S L
Decimal 168 95 251 0.33 0.62 0 0.02 268.08 0.95 0.68
Hex A8 5F FB 21 3E 0 2 10C 5F 44
Octal 250 137 373 41 76 0 2 414 137 104
Binary 10101000 1011111 11111011 100001 111110 0 10 100001100 1011111 1000100

Color Harmonies of #A85FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FFB

Black with #A85FFB

Text Example


Text Example

White with #A85FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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