Html Css Color HEX #AD65EB Medium Purple

📋 copy color: '#AD65EB'

red 173 ◦ green 101 ◦ blue 235

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

Shades of Medium Purple #AD65EB

Tints of Medium Purple #AD65EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.84%

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 33.99%
G = 19.84%
B = 46.17%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD65EB (or 0xAD65EB) is known color: Medium Purple. HEX triplet: AD, 65 and EB. RGB value is (173,101,235). Sum of RGB (Red+Green+Blue) = 173+101+235=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD65EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65EB is #529A14. Grayscale: #898989. Windows color (decimal): -5413397 or 15426989. OLE color: 15426989.

HSL color Cylindrical-coordinate representation of color #AD65EB: hue angle of 272.24º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD65EB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 101 235 -
CMYK 0.26 0.57 0 0.08
HSL 272.24º 0.77% 0.66% -
HSV(B) 272.24º 0.57% 0.92% -
XYZ 36.88 24.19 81.32 -
YUV 137.8 182.85 153.1 -
System Red Green Blue C M Y K H S L
Decimal 173 101 235 0.26 0.57 0 0.08 272.24 0.77 0.66
Hex AD 65 EB 1A 39 0 8 110 4D 42
Octal 255 145 353 32 71 0 10 420 115 102
Binary 10101101 1100101 11101011 11010 111001 0 1000 100010000 1001101 1000010

Color Harmonies of #AD65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65EB

Black with #AD65EB

Text Example


Text Example

White with #AD65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65EB; }

 p { color: rgb(173,101,235); }

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

background-color css

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

 a { background-color: rgb(173,101,235); }

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

border-color css

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

 span { border-color: rgb(173,101,235); }

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