Html Css Color HEX #AD5BFC Medium Purple

📋 copy color: '#AD5BFC'

red 173 ◦ green 91 ◦ blue 252

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

Shades of Medium Purple #AD5BFC

Tints of Medium Purple #AD5BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.84%

R = 33.53%
G = 17.64%
B = 48.84%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD5BFC (or 0xAD5BFC) is known color: Medium Purple. HEX triplet: AD, 5B and FC. RGB value is (173,91,252). Sum of RGB (Red+Green+Blue) = 173+91+252=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD5BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5BFC is #52A403. Grayscale: #858585. Windows color (decimal): -5415940 or 16538541. OLE color: 16538541.

HSL color Cylindrical-coordinate representation of color #AD5BFC: hue angle of 270.56º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD5BFC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 91 252 -
CMYK 0.31 0.64 0 0.01
HSL 270.56º 0.96% 0.67% -
HSV(B) 270.56º 0.64% 0.99% -
XYZ 38.55 23.39 94.58 -
YUV 133.87 194.67 155.91 -
System Red Green Blue C M Y K H S L
Decimal 173 91 252 0.31 0.64 0 0.01 270.56 0.96 0.67
Hex AD 5B FC 1F 40 0 1 10F 60 43
Octal 255 133 374 37 100 0 1 417 140 103
Binary 10101101 1011011 11111100 11111 1000000 0 1 100001111 1100000 1000011

Color Harmonies of #AD5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5BFC

Black with #AD5BFC

Text Example


Text Example

White with #AD5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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