Html Css Color HEX #AD75ED Medium Purple

📋 copy color: '#AD75ED'

red 173 ◦ green 117 ◦ blue 237

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

Shades of Medium Purple #AD75ED

Tints of Medium Purple #AD75ED

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.2%

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

R = 32.83%
G = 22.2%
B = 44.97%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD75ED (or 0xAD75ED) is known color: Medium Purple. HEX triplet: AD, 75 and ED. RGB value is (173,117,237). Sum of RGB (Red+Green+Blue) = 173+117+237=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD75ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD75ED is #528A12. Grayscale: #939393. Windows color (decimal): -5409299 or 15562157. OLE color: 15562157.

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

Color convert

RGB 173 117 237 -
CMYK 0.27 0.51 0 0.07
HSL 268º 0.77% 0.69% -
HSV(B) 268º 0.51% 0.93% -
XYZ 38.88 27.72 83.42 -
YUV 147.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 173 117 237 0.27 0.51 0 0.07 268 0.77 0.69
Hex AD 75 ED 1B 33 0 7 10C 4D 45
Octal 255 165 355 33 63 0 7 414 115 105
Binary 10101101 1110101 11101101 11011 110011 0 111 100001100 1001101 1000101

Color Harmonies of #AD75ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD75ED

Black with #AD75ED

Text Example


Text Example

White with #AD75ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD75ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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