Html Css Color HEX #AD65FE Medium Purple

📋 copy color: '#AD65FE'

red 173 ◦ green 101 ◦ blue 254

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

Shades of Medium Purple #AD65FE

Tints of Medium Purple #AD65FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 32.77%
G = 19.13%
B = 48.11%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD65FE (or 0xAD65FE) is known color: Medium Purple. HEX triplet: AD, 65 and FE. RGB value is (173,101,254). Sum of RGB (Red+Green+Blue) = 173+101+254=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65FE is #529A01. Grayscale: #8B8B8B. Windows color (decimal): -5413378 or 16672173. OLE color: 16672173.

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

Color convert

RGB 173 101 254 -
CMYK 0.32 0.60 0 0.00
HSL 268.24º 0.99% 0.7% -
HSV(B) 268.24º 0.6% 1% -
XYZ 39.78 25.35 96.56 -
YUV 139.97 192.35 151.56 -
System Red Green Blue C M Y K H S L
Decimal 173 101 254 0.32 0.60 0 0.00 268.24 0.99 0.7
Hex AD 65 FE 20 3C 0 0 10C 63 46
Octal 255 145 376 40 74 0 0 414 143 106
Binary 10101101 1100101 11111110 100000 111100 0 0 100001100 1100011 1000110

Color Harmonies of #AD65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65FE

Black with #AD65FE

Text Example


Text Example

White with #AD65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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