Html Css Color HEX #AD5BFE Medium Purple

📋 copy color: '#AD5BFE'

red 173 ◦ green 91 ◦ blue 254

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

Shades of Medium Purple #AD5BFE

Tints of Medium Purple #AD5BFE

RGB

 RED value IS 173 (67.97% from 255) = 33.4%

 GREEN value IS 91 (35.94% from 255) = 17.57%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 33.4%
G = 17.57%
B = 49.03%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD5BFE (or 0xAD5BFE) is known color: Medium Purple. HEX triplet: AD, 5B and FE. RGB value is (173,91,254). Sum of RGB (Red+Green+Blue) = 173+91+254=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD5BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5BFE is #52A401. Grayscale: #858585. Windows color (decimal): -5415938 or 16669613. OLE color: 16669613.

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

Color convert

RGB 173 91 254 -
CMYK 0.32 0.64 0 0.00
HSL 270.18º 0.99% 0.68% -
HSV(B) 270.18º 0.64% 1% -
XYZ 38.86 23.52 96.26 -
YUV 134.1 195.67 155.75 -
System Red Green Blue C M Y K H S L
Decimal 173 91 254 0.32 0.64 0 0.00 270.18 0.99 0.68
Hex AD 5B FE 20 40 0 0 10E 63 44
Octal 255 133 376 40 100 0 0 416 143 104
Binary 10101101 1011011 11111110 100000 1000000 0 0 100001110 1100011 1000100

Color Harmonies of #AD5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5BFE

Black with #AD5BFE

Text Example


Text Example

White with #AD5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5BFE; }

 p { color: rgb(173,91,254); }

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

background-color css

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

 a { background-color: rgb(173,91,254); }

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

border-color css

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

 span { border-color: rgb(173,91,254); }

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