Html Css Color HEX #AD65ED Medium Purple

📋 copy color: '#AD65ED'

red 173 ◦ green 101 ◦ blue 237

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

Shades of Medium Purple #AD65ED

Tints of Medium Purple #AD65ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.38%

R = 33.86%
G = 19.77%
B = 46.38%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD65ED (or 0xAD65ED) is known color: Medium Purple. HEX triplet: AD, 65 and ED. RGB value is (173,101,237). Sum of RGB (Red+Green+Blue) = 173+101+237=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD65ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65ED is #529A12. Grayscale: #898989. Windows color (decimal): -5413395 or 15558061. OLE color: 15558061.

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

Color convert

RGB 173 101 237 -
CMYK 0.27 0.57 0 0.07
HSL 271.76º 0.79% 0.66% -
HSV(B) 271.76º 0.57% 0.93% -
XYZ 37.17 24.31 82.85 -
YUV 138.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 173 101 237 0.27 0.57 0 0.07 271.76 0.79 0.66
Hex AD 65 ED 1B 39 0 7 110 4F 42
Octal 255 145 355 33 71 0 7 420 117 102
Binary 10101101 1100101 11101101 11011 111001 0 111 100010000 1001111 1000010

Color Harmonies of #AD65ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65ED

Black with #AD65ED

Text Example


Text Example

White with #AD65ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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