Html Css Color HEX #AD75E7 Medium Purple

📋 copy color: '#AD75E7'

red 173 ◦ green 117 ◦ blue 231

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

Shades of Medium Purple #AD75E7

Tints of Medium Purple #AD75E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.34%

R = 33.21%
G = 22.46%
B = 44.34%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD75E7 (or 0xAD75E7) is known color: Medium Purple. HEX triplet: AD, 75 and E7. RGB value is (173,117,231). Sum of RGB (Red+Green+Blue) = 173+117+231=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD75E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD75E7 is #528A18. Grayscale: #929292. Windows color (decimal): -5409305 or 15168941. OLE color: 15168941.

HSL color Cylindrical-coordinate representation of color #AD75E7: hue angle of 269.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD75E7 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 117 231 -
CMYK 0.25 0.49 0 0.09
HSL 269.47º 0.7% 0.68% -
HSV(B) 269.47º 0.49% 0.91% -
XYZ 38.02 27.38 78.88 -
YUV 146.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 173 117 231 0.25 0.49 0 0.09 269.47 0.7 0.68
Hex AD 75 E7 19 31 0 9 10D 46 44
Octal 255 165 347 31 61 0 11 415 106 104
Binary 10101101 1110101 11100111 11001 110001 0 1001 100001101 1000110 1000100

Color Harmonies of #AD75E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD75E7

Black with #AD75E7

Text Example


Text Example

White with #AD75E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD75E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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