Html Css Color HEX #AD5CFB Medium Purple

📋 copy color: '#AD5CFB'

red 173 ◦ green 92 ◦ blue 251

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

Shades of Medium Purple #AD5CFB

Tints of Medium Purple #AD5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.83%

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

R = 33.53%
G = 17.83%
B = 48.64%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD5CFB (or 0xAD5CFB) is known color: Medium Purple. HEX triplet: AD, 5C and FB. RGB value is (173,92,251). Sum of RGB (Red+Green+Blue) = 173+92+251=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD5CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5CFB is #52A304. Grayscale: #858585. Windows color (decimal): -5415685 or 16473261. OLE color: 16473261.

HSL color Cylindrical-coordinate representation of color #AD5CFB: hue angle of 270.57º 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 #AD5CFB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 92 251 -
CMYK 0.31 0.63 0 0.02
HSL 270.57º 0.95% 0.67% -
HSV(B) 270.57º 0.63% 0.98% -
XYZ 38.47 23.5 93.78 -
YUV 134.35 193.84 155.57 -
System Red Green Blue C M Y K H S L
Decimal 173 92 251 0.31 0.63 0 0.02 270.57 0.95 0.67
Hex AD 5C FB 1F 3F 0 2 10F 5F 43
Octal 255 134 373 37 77 0 2 417 137 103
Binary 10101101 1011100 11111011 11111 111111 0 10 100001111 1011111 1000011

Color Harmonies of #AD5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CFB

Black with #AD5CFB

Text Example


Text Example

White with #AD5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CFB; }

 p { color: rgb(173,92,251); }

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

background-color css

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

 a { background-color: rgb(173,92,251); }

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

border-color css

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

 span { border-color: rgb(173,92,251); }

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