Html Css Color HEX #AD64EE Medium Purple

📋 copy color: '#AD64EE'

red 173 ◦ green 100 ◦ blue 238

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

Shades of Medium Purple #AD64EE

Tints of Medium Purple #AD64EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 33.86%
G = 19.57%
B = 46.58%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD64EE (or 0xAD64EE) is known color: Medium Purple. HEX triplet: AD, 64 and EE. RGB value is (173,100,238). Sum of RGB (Red+Green+Blue) = 173+100+238=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD64EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD64EE is #529B11. Grayscale: #898989. Windows color (decimal): -5413650 or 15623341. OLE color: 15623341.

HSL color Cylindrical-coordinate representation of color #AD64EE: hue angle of 271.74º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD64EE is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 100 238 -
CMYK 0.27 0.58 0 0.07
HSL 271.74º 0.8% 0.66% -
HSV(B) 271.74º 0.58% 0.93% -
XYZ 37.22 24.17 83.59 -
YUV 137.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 173 100 238 0.27 0.58 0 0.07 271.74 0.8 0.66
Hex AD 64 EE 1B 3A 0 7 110 50 42
Octal 255 144 356 33 72 0 7 420 120 102
Binary 10101101 1100100 11101110 11011 111010 0 111 100010000 1010000 1000010

Color Harmonies of #AD64EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64EE

Black with #AD64EE

Text Example


Text Example

White with #AD64EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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