Html Css Color HEX #AD75F8 Medium Purple

📋 copy color: '#AD75F8'

red 173 ◦ green 117 ◦ blue 248

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

Shades of Medium Purple #AD75F8

Tints of Medium Purple #AD75F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.1%

R = 32.16%
G = 21.75%
B = 46.1%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD75F8 (or 0xAD75F8) is known color: Medium Purple. HEX triplet: AD, 75 and F8. RGB value is (173,117,248). Sum of RGB (Red+Green+Blue) = 173+117+248=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD75F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD75F8 is #528A07. Grayscale: #949494. Windows color (decimal): -5409288 or 16283053. OLE color: 16283053.

HSL color Cylindrical-coordinate representation of color #AD75F8: hue angle of 265.65º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD75F8 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 117 248 -
CMYK 0.30 0.53 0 0.03
HSL 265.65º 0.9% 0.72% -
HSV(B) 265.65º 0.53% 0.97% -
XYZ 40.54 28.38 92.15 -
YUV 148.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 173 117 248 0.30 0.53 0 0.03 265.65 0.9 0.72
Hex AD 75 F8 1E 35 0 3 10A 5A 48
Octal 255 165 370 36 65 0 3 412 132 110
Binary 10101101 1110101 11111000 11110 110101 0 11 100001010 1011010 1001000

Color Harmonies of #AD75F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD75F8

Black with #AD75F8

Text Example


Text Example

White with #AD75F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD75F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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