Html Css Color HEX #AD65F1 Medium Purple

📋 copy color: '#AD65F1'

red 173 ◦ green 101 ◦ blue 241

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

Shades of Medium Purple #AD65F1

Tints of Medium Purple #AD65F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 33.59%
G = 19.61%
B = 46.8%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD65F1 (or 0xAD65F1) is known color: Medium Purple. HEX triplet: AD, 65 and F1. RGB value is (173,101,241). Sum of RGB (Red+Green+Blue) = 173+101+241=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD65F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65F1 is #529A0E. Grayscale: #8A8A8A. Windows color (decimal): -5413391 or 15820205. OLE color: 15820205.

HSL color Cylindrical-coordinate representation of color #AD65F1: hue angle of 270.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD65F1 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 101 241 -
CMYK 0.28 0.58 0 0.05
HSL 270.86º 0.83% 0.67% -
HSV(B) 270.86º 0.58% 0.95% -
XYZ 37.76 24.54 85.97 -
YUV 138.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 173 101 241 0.28 0.58 0 0.05 270.86 0.83 0.67
Hex AD 65 F1 1C 3A 0 5 10F 53 43
Octal 255 145 361 34 72 0 5 417 123 103
Binary 10101101 1100101 11110001 11100 111010 0 101 100001111 1010011 1000011

Color Harmonies of #AD65F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65F1

Black with #AD65F1

Text Example


Text Example

White with #AD65F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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