Html Css Color HEX #AD7AF6 Medium Purple

📋 copy color: '#AD7AF6'

red 173 ◦ green 122 ◦ blue 246

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

Shades of Medium Purple #AD7AF6

Tints of Medium Purple #AD7AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.55%

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 31.98%
G = 22.55%
B = 45.47%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD7AF6 (or 0xAD7AF6) is known color: Medium Purple. HEX triplet: AD, 7A and F6. RGB value is (173,122,246). Sum of RGB (Red+Green+Blue) = 173+122+246=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD7AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7AF6 is #528509. Grayscale: #969696. Windows color (decimal): -5408010 or 16153261. OLE color: 16153261.

HSL color Cylindrical-coordinate representation of color #AD7AF6: hue angle of 264.68º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7AF6 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 122 246 -
CMYK 0.30 0.50 0 0.04
HSL 264.68º 0.87% 0.72% -
HSV(B) 264.68º 0.5% 0.96% -
XYZ 40.83 29.46 90.72 -
YUV 151.39 181.4 143.42 -
System Red Green Blue C M Y K H S L
Decimal 173 122 246 0.30 0.50 0 0.04 264.68 0.87 0.72
Hex AD 7A F6 1E 32 0 4 109 57 48
Octal 255 172 366 36 62 0 4 411 127 110
Binary 10101101 1111010 11110110 11110 110010 0 100 100001001 1010111 1001000

Color Harmonies of #AD7AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AF6

Black with #AD7AF6

Text Example


Text Example

White with #AD7AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AF6; }

 p { color: rgb(173,122,246); }

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

background-color css

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

 a { background-color: rgb(173,122,246); }

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

border-color css

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

 span { border-color: rgb(173,122,246); }

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