Html Css Color HEX #AD6BFC Medium Purple

📋 copy color: '#AD6BFC'

red 173 ◦ green 107 ◦ blue 252

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

Shades of Medium Purple #AD6BFC

Tints of Medium Purple #AD6BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.37%

R = 32.52%
G = 20.11%
B = 47.37%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD6BFC (or 0xAD6BFC) is known color: Medium Purple. HEX triplet: AD, 6B and FC. RGB value is (173,107,252). Sum of RGB (Red+Green+Blue) = 173+107+252=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BFC is #529403. Grayscale: #8E8E8E. Windows color (decimal): -5411844 or 16542637. OLE color: 16542637.

HSL color Cylindrical-coordinate representation of color #AD6BFC: hue angle of 267.31º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD6BFC is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 107 252 -
CMYK 0.31 0.58 0 0.01
HSL 267.31º 0.96% 0.7% -
HSV(B) 267.31º 0.58% 0.99% -
XYZ 40.06 26.43 95.09 -
YUV 143.26 189.37 149.21 -
System Red Green Blue C M Y K H S L
Decimal 173 107 252 0.31 0.58 0 0.01 267.31 0.96 0.7
Hex AD 6B FC 1F 3A 0 1 10B 60 46
Octal 255 153 374 37 72 0 1 413 140 106
Binary 10101101 1101011 11111100 11111 111010 0 1 100001011 1100000 1000110

Color Harmonies of #AD6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BFC

Black with #AD6BFC

Text Example


Text Example

White with #AD6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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