Html Css Color HEX #AD64FB Medium Purple

📋 copy color: '#AD64FB'

red 173 ◦ green 100 ◦ blue 251

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

Shades of Medium Purple #AD64FB

Tints of Medium Purple #AD64FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 33.02%
G = 19.08%
B = 47.9%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD64FB (or 0xAD64FB) is known color: Medium Purple. HEX triplet: AD, 64 and FB. RGB value is (173,100,251). Sum of RGB (Red+Green+Blue) = 173+100+251=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD64FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD64FB is #529B04. Grayscale: #8A8A8A. Windows color (decimal): -5413637 or 16475309. OLE color: 16475309.

HSL color Cylindrical-coordinate representation of color #AD64FB: hue angle of 269.01º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD64FB is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 100 251 -
CMYK 0.31 0.60 0 0.02
HSL 269.01º 0.95% 0.69% -
HSV(B) 269.01º 0.6% 0.98% -
XYZ 39.2 24.96 94.02 -
YUV 139.04 191.18 152.22 -
System Red Green Blue C M Y K H S L
Decimal 173 100 251 0.31 0.60 0 0.02 269.01 0.95 0.69
Hex AD 64 FB 1F 3C 0 2 10D 5F 45
Octal 255 144 373 37 74 0 2 415 137 105
Binary 10101101 1100100 11111011 11111 111100 0 10 100001101 1011111 1000101

Color Harmonies of #AD64FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64FB

Black with #AD64FB

Text Example


Text Example

White with #AD64FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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