Html Css Color HEX #AD68FB Medium Purple

📋 copy color: '#AD68FB'

red 173 ◦ green 104 ◦ blue 251

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

Shades of Medium Purple #AD68FB

Tints of Medium Purple #AD68FB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.7%

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

R = 32.77%
G = 19.7%
B = 47.54%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD68FB (or 0xAD68FB) is known color: Medium Purple. HEX triplet: AD, 68 and FB. RGB value is (173,104,251). Sum of RGB (Red+Green+Blue) = 173+104+251=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD68FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68FB is #529704. Grayscale: #8C8C8C. Windows color (decimal): -5412613 or 16476333. OLE color: 16476333.

HSL color Cylindrical-coordinate representation of color #AD68FB: hue angle of 268.16º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD68FB is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 104 251 -
CMYK 0.31 0.59 0 0.02
HSL 268.16º 0.95% 0.7% -
HSV(B) 268.16º 0.59% 0.98% -
XYZ 39.6 25.75 94.15 -
YUV 141.39 189.86 150.55 -
System Red Green Blue C M Y K H S L
Decimal 173 104 251 0.31 0.59 0 0.02 268.16 0.95 0.7
Hex AD 68 FB 1F 3B 0 2 10C 5F 46
Octal 255 150 373 37 73 0 2 414 137 106
Binary 10101101 1101000 11111011 11111 111011 0 10 100001100 1011111 1000110

Color Harmonies of #AD68FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68FB

Black with #AD68FB

Text Example


Text Example

White with #AD68FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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