Html Css Color HEX #AD7CF2 Medium Purple

📋 copy color: '#AD7CF2'

red 173 ◦ green 124 ◦ blue 242

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

Shades of Medium Purple #AD7CF2

Tints of Medium Purple #AD7CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.9%

R = 32.1%
G = 23.01%
B = 44.9%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD7CF2 (or 0xAD7CF2) is known color: Medium Purple. HEX triplet: AD, 7C and F2. RGB value is (173,124,242). Sum of RGB (Red+Green+Blue) = 173+124+242=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD7CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CF2 is #52830D. Grayscale: #979797. Windows color (decimal): -5407502 or 15891629. OLE color: 15891629.

HSL color Cylindrical-coordinate representation of color #AD7CF2: hue angle of 264.92º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7CF2 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 124 242 -
CMYK 0.29 0.49 0 0.05
HSL 264.92º 0.82% 0.72% -
HSV(B) 264.92º 0.49% 0.95% -
XYZ 40.47 29.71 87.61 -
YUV 152.1 178.73 142.91 -
System Red Green Blue C M Y K H S L
Decimal 173 124 242 0.29 0.49 0 0.05 264.92 0.82 0.72
Hex AD 7C F2 1D 31 0 5 109 52 48
Octal 255 174 362 35 61 0 5 411 122 110
Binary 10101101 1111100 11110010 11101 110001 0 101 100001001 1010010 1001000

Color Harmonies of #AD7CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CF2

Black with #AD7CF2

Text Example


Text Example

White with #AD7CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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