Html Css Color HEX #AD65FF Medium Purple

📋 copy color: '#AD65FF'

red 173 ◦ green 101 ◦ blue 255

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

Shades of Medium Purple #AD65FF

Tints of Medium Purple #AD65FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 32.7%
G = 19.09%
B = 48.2%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD65FF (or 0xAD65FF) is known color: Medium Purple. HEX triplet: AD, 65 and FF. RGB value is (173,101,255). Sum of RGB (Red+Green+Blue) = 173+101+255=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD65FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65FF is #529A00. Grayscale: #8B8B8B. Windows color (decimal): -5413377 or 16737709. OLE color: 16737709.

HSL color Cylindrical-coordinate representation of color #AD65FF: hue angle of 268.05º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD65FF is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 101 255 -
CMYK 0.32 0.60 0 0
HSL 268.05º 1% 0.7% -
HSV(B) 268.05º 0.6% 1% -
XYZ 39.94 25.41 97.41 -
YUV 140.08 192.85 151.48 -
System Red Green Blue C M Y K H S L
Decimal 173 101 255 0.32 0.60 0 0 268.05 1 0.7
Hex AD 65 FF 20 3C 0 0 10C 64 46
Octal 255 145 377 40 74 0 0 414 144 106
Binary 10101101 1100101 11111111 100000 111100 0 0 100001100 1100100 1000110

Color Harmonies of #AD65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65FF

Black with #AD65FF

Text Example


Text Example

White with #AD65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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