Html Css Color HEX #A85AFB Medium Purple

📋 copy color: '#A85AFB'

red 168 ◦ green 90 ◦ blue 251

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

Shades of Medium Purple #A85AFB

Tints of Medium Purple #A85AFB

RGB

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

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

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

R = 33.01%
G = 17.68%
B = 49.31%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A85AFB (or 0xA85AFB) is known color: Medium Purple. HEX triplet: A8, 5A and FB. RGB value is (168,90,251). Sum of RGB (Red+Green+Blue) = 168+90+251=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #A85AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AFB is #57A504. Grayscale: #838383. Windows color (decimal): -5743877 or 16472744. OLE color: 16472744.

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

Color convert

RGB 168 90 251 -
CMYK 0.33 0.64 0 0.02
HSL 269.07º 0.95% 0.67% -
HSV(B) 269.07º 0.64% 0.98% -
XYZ 37.22 22.6 93.67 -
YUV 131.68 195.34 153.91 -
System Red Green Blue C M Y K H S L
Decimal 168 90 251 0.33 0.64 0 0.02 269.07 0.95 0.67
Hex A8 5A FB 21 40 0 2 10D 5F 43
Octal 250 132 373 41 100 0 2 415 137 103
Binary 10101000 1011010 11111011 100001 1000000 0 10 100001101 1011111 1000011

Color Harmonies of #A85AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AFB

Black with #A85AFB

Text Example


Text Example

White with #A85AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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