Html Css Color HEX #AD6BFE Medium Purple

📋 copy color: '#AD6BFE'

red 173 ◦ green 107 ◦ blue 254

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

Shades of Medium Purple #AD6BFE

Tints of Medium Purple #AD6BFE

RGB

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

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

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

R = 32.4%
G = 20.04%
B = 47.57%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD6BFE (or 0xAD6BFE) is known color: Medium Purple. HEX triplet: AD, 6B and FE. RGB value is (173,107,254). Sum of RGB (Red+Green+Blue) = 173+107+254=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BFE is #529401. Grayscale: #8E8E8E. Windows color (decimal): -5411842 or 16673709. OLE color: 16673709.

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

Color convert

RGB 173 107 254 -
CMYK 0.32 0.58 0 0.00
HSL 266.94º 0.99% 0.71% -
HSV(B) 266.94º 0.58% 1% -
XYZ 40.38 26.56 96.76 -
YUV 143.49 190.37 149.05 -
System Red Green Blue C M Y K H S L
Decimal 173 107 254 0.32 0.58 0 0.00 266.94 0.99 0.71
Hex AD 6B FE 20 3A 0 0 10B 63 47
Octal 255 153 376 40 72 0 0 413 143 107
Binary 10101101 1101011 11111110 100000 111010 0 0 100001011 1100011 1000111

Color Harmonies of #AD6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BFE

Black with #AD6BFE

Text Example


Text Example

White with #AD6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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