Html Css Color HEX #AD7CED Medium Purple

📋 copy color: '#AD7CED'

red 173 ◦ green 124 ◦ blue 237

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

Shades of Medium Purple #AD7CED

Tints of Medium Purple #AD7CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.22%

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

R = 32.4%
G = 23.22%
B = 44.38%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD7CED (or 0xAD7CED) is known color: Medium Purple. HEX triplet: AD, 7C and ED. RGB value is (173,124,237). Sum of RGB (Red+Green+Blue) = 173+124+237=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD7CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CED is #528312. Grayscale: #979797. Windows color (decimal): -5407507 or 15563949. OLE color: 15563949.

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

Color convert

RGB 173 124 237 -
CMYK 0.27 0.48 0 0.07
HSL 266.02º 0.76% 0.71% -
HSV(B) 266.02º 0.48% 0.93% -
XYZ 39.73 29.41 83.7 -
YUV 151.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 173 124 237 0.27 0.48 0 0.07 266.02 0.76 0.71
Hex AD 7C ED 1B 30 0 7 10A 4C 47
Octal 255 174 355 33 60 0 7 412 114 107
Binary 10101101 1111100 11101101 11011 110000 0 111 100001010 1001100 1000111

Color Harmonies of #AD7CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CED

Black with #AD7CED

Text Example


Text Example

White with #AD7CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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