Html Css Color HEX #AD5FFB Medium Purple

📋 copy color: '#AD5FFB'

red 173 ◦ green 95 ◦ blue 251

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

Shades of Medium Purple #AD5FFB

Tints of Medium Purple #AD5FFB

RGB

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

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

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

R = 33.33%
G = 18.3%
B = 48.36%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD5FFB (or 0xAD5FFB) is known color: Medium Purple. HEX triplet: AD, 5F and FB. RGB value is (173,95,251). Sum of RGB (Red+Green+Blue) = 173+95+251=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD5FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5FFB is #52A004. Grayscale: #878787. Windows color (decimal): -5414917 or 16474029. OLE color: 16474029.

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

Color convert

RGB 173 95 251 -
CMYK 0.31 0.62 0 0.02
HSL 270º 0.95% 0.68% -
HSV(B) 270º 0.62% 0.98% -
XYZ 38.74 24.03 93.86 -
YUV 136.11 192.84 154.32 -
System Red Green Blue C M Y K H S L
Decimal 173 95 251 0.31 0.62 0 0.02 270 0.95 0.68
Hex AD 5F FB 1F 3E 0 2 10E 5F 44
Octal 255 137 373 37 76 0 2 416 137 104
Binary 10101101 1011111 11111011 11111 111110 0 10 100001110 1011111 1000100

Color Harmonies of #AD5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FFB

Black with #AD5FFB

Text Example


Text Example

White with #AD5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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