Html Css Color HEX #AD7BFC Medium Purple

📋 copy color: '#AD7BFC'

red 173 ◦ green 123 ◦ blue 252

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

Shades of Medium Purple #AD7BFC

Tints of Medium Purple #AD7BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.45%

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

R = 31.57%
G = 22.45%
B = 45.99%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD7BFC (or 0xAD7BFC) is known color: Medium Purple. HEX triplet: AD, 7B and FC. RGB value is (173,123,252). Sum of RGB (Red+Green+Blue) = 173+123+252=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BFC is #528403. Grayscale: #989898. Windows color (decimal): -5407748 or 16546733. OLE color: 16546733.

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

Color convert

RGB 173 123 252 -
CMYK 0.31 0.51 0 0.01
HSL 263.26º 0.96% 0.74% -
HSV(B) 263.26º 0.51% 0.99% -
XYZ 41.89 30.08 95.69 -
YUV 152.66 184.07 142.51 -
System Red Green Blue C M Y K H S L
Decimal 173 123 252 0.31 0.51 0 0.01 263.26 0.96 0.74
Hex AD 7B FC 1F 33 0 1 107 60 4A
Octal 255 173 374 37 63 0 1 407 140 112
Binary 10101101 1111011 11111100 11111 110011 0 1 100000111 1100000 1001010

Color Harmonies of #AD7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BFC

Black with #AD7BFC

Text Example


Text Example

White with #AD7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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