Html Css Color HEX #AD85FE Medium Purple

📋 copy color: '#AD85FE'

red 173 ◦ green 133 ◦ blue 254

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

Shades of Medium Purple #AD85FE

Tints of Medium Purple #AD85FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.75%

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

R = 30.89%
G = 23.75%
B = 45.36%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD85FE (or 0xAD85FE) is known color: Medium Purple. HEX triplet: AD, 85 and FE. RGB value is (173,133,254). Sum of RGB (Red+Green+Blue) = 173+133+254=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD85FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85FE is #527A01. Grayscale: #9E9E9E. Windows color (decimal): -5405186 or 16680365. OLE color: 16680365.

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

Color convert

RGB 173 133 254 -
CMYK 0.32 0.48 0 0.00
HSL 259.83º 0.98% 0.76% -
HSV(B) 259.83º 0.48% 1% -
XYZ 43.51 32.82 97.81 -
YUV 158.75 181.75 138.16 -
System Red Green Blue C M Y K H S L
Decimal 173 133 254 0.32 0.48 0 0.00 259.83 0.98 0.76
Hex AD 85 FE 20 30 0 0 104 62 4C
Octal 255 205 376 40 60 0 0 404 142 114
Binary 10101101 10000101 11111110 100000 110000 0 0 100000100 1100010 1001100

Color Harmonies of #AD85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85FE

Black with #AD85FE

Text Example


Text Example

White with #AD85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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