Html Css Color HEX #AD64FD Medium Purple

📋 copy color: '#AD64FD'

red 173 ◦ green 100 ◦ blue 253

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

Shades of Medium Purple #AD64FD

Tints of Medium Purple #AD64FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.01%

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

R = 32.89%
G = 19.01%
B = 48.1%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD64FD (or 0xAD64FD) is known color: Medium Purple. HEX triplet: AD, 64 and FD. RGB value is (173,100,253). Sum of RGB (Red+Green+Blue) = 173+100+253=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD64FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD64FD is #529B02. Grayscale: #8A8A8A. Windows color (decimal): -5413635 or 16606381. OLE color: 16606381.

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

Color convert

RGB 173 100 253 -
CMYK 0.32 0.60 0 0.01
HSL 268.63º 0.97% 0.69% -
HSV(B) 268.63º 0.6% 0.99% -
XYZ 39.52 25.09 95.69 -
YUV 139.27 192.18 152.06 -
System Red Green Blue C M Y K H S L
Decimal 173 100 253 0.32 0.60 0 0.01 268.63 0.97 0.69
Hex AD 64 FD 20 3C 0 1 10D 61 45
Octal 255 144 375 40 74 0 1 415 141 105
Binary 10101101 1100100 11111101 100000 111100 0 1 100001101 1100001 1000101

Color Harmonies of #AD64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64FD

Black with #AD64FD

Text Example


Text Example

White with #AD64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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