Html Css Color HEX #AD78FD Medium Purple

📋 copy color: '#AD78FD'

red 173 ◦ green 120 ◦ blue 253

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

Shades of Medium Purple #AD78FD

Tints of Medium Purple #AD78FD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.98%

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 31.68%
G = 21.98%
B = 46.34%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD78FD (or 0xAD78FD) is known color: Medium Purple. HEX triplet: AD, 78 and FD. RGB value is (173,120,253). Sum of RGB (Red+Green+Blue) = 173+120+253=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD78FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD78FD is #528702. Grayscale: #969696. Windows color (decimal): -5408515 or 16611501. OLE color: 16611501.

HSL color Cylindrical-coordinate representation of color #AD78FD: hue angle of 263.91º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD78FD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 120 253 -
CMYK 0.32 0.53 0 0.01
HSL 263.91º 0.97% 0.73% -
HSV(B) 263.91º 0.53% 0.99% -
XYZ 41.68 29.41 96.41 -
YUV 151.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 173 120 253 0.32 0.53 0 0.01 263.91 0.97 0.73
Hex AD 78 FD 20 35 0 1 108 61 49
Octal 255 170 375 40 65 0 1 410 141 111
Binary 10101101 1111000 11111101 100000 110101 0 1 100001000 1100001 1001001

Color Harmonies of #AD78FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD78FD

Black with #AD78FD

Text Example


Text Example

White with #AD78FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD78FD; }

 p { color: rgb(173,120,253); }

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

background-color css

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

 a { background-color: rgb(173,120,253); }

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

border-color css

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

 span { border-color: rgb(173,120,253); }

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