Html Css Color HEX #AD6BFB Medium Purple

📋 copy color: '#AD6BFB'

red 173 ◦ green 107 ◦ blue 251

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

Shades of Medium Purple #AD6BFB

Tints of Medium Purple #AD6BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.15%

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

R = 32.58%
G = 20.15%
B = 47.27%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD6BFB (or 0xAD6BFB) is known color: Medium Purple. HEX triplet: AD, 6B and FB. RGB value is (173,107,251). Sum of RGB (Red+Green+Blue) = 173+107+251=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD6BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BFB is #529404. Grayscale: #8E8E8E. Windows color (decimal): -5411845 or 16477101. OLE color: 16477101.

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

Color convert

RGB 173 107 251 -
CMYK 0.31 0.57 0 0.02
HSL 267.5º 0.95% 0.7% -
HSV(B) 267.5º 0.57% 0.98% -
XYZ 39.9 26.36 94.25 -
YUV 143.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 173 107 251 0.31 0.57 0 0.02 267.5 0.95 0.7
Hex AD 6B FB 1F 39 0 2 10C 5F 46
Octal 255 153 373 37 71 0 2 414 137 106
Binary 10101101 1101011 11111011 11111 111001 0 10 100001100 1011111 1000110

Color Harmonies of #AD6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BFB

Black with #AD6BFB

Text Example


Text Example

White with #AD6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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