Html Css Color HEX #AD64FA Medium Purple

📋 copy color: '#AD64FA'

red 173 ◦ green 100 ◦ blue 250

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

Shades of Medium Purple #AD64FA

Tints of Medium Purple #AD64FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 33.08%
G = 19.12%
B = 47.8%

CMYK

 C value IS 0.31

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD64FA (or 0xAD64FA) is known color: Medium Purple. HEX triplet: AD, 64 and FA. RGB value is (173,100,250). Sum of RGB (Red+Green+Blue) = 173+100+250=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD64FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD64FA is #529B05. Grayscale: #8A8A8A. Windows color (decimal): -5413638 or 16409773. OLE color: 16409773.

HSL color Cylindrical-coordinate representation of color #AD64FA: hue angle of 269.2º degrees, saturation: 0.94, 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 #AD64FA is Cyan = 0.31, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 100 250 -
CMYK 0.31 0.6 0 0.02
HSL 269.2º 0.94% 0.69% -
HSV(B) 269.2º 0.6% 0.98% -
XYZ 39.05 24.9 93.19 -
YUV 138.93 190.68 152.3 -
System Red Green Blue C M Y K H S L
Decimal 173 100 250 0.31 0.6 0 0.02 269.2 0.94 0.69
Hex AD 64 FA 1F 3C 0 2 10D 5E 45
Octal 255 144 372 37 74 0 2 415 136 105
Binary 10101101 1100100 11111010 11111 111100 0 10 100001101 1011110 1000101

Color Harmonies of #AD64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64FA

Black with #AD64FA

Text Example


Text Example

White with #AD64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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