Html Css Color HEX #AD7AF2 Medium Purple

📋 copy color: '#AD7AF2'

red 173 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #AD7AF2

Tints of Medium Purple #AD7AF2

RGB

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

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

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

R = 32.22%
G = 22.72%
B = 45.07%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD7AF2 (or 0xAD7AF2) is known color: Medium Purple. HEX triplet: AD, 7A and F2. RGB value is (173,122,242). Sum of RGB (Red+Green+Blue) = 173+122+242=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD7AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7AF2 is #52850D. Grayscale: #969696. Windows color (decimal): -5408014 or 15891117. OLE color: 15891117.

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

Color convert

RGB 173 122 242 -
CMYK 0.29 0.50 0 0.05
HSL 265.5º 0.82% 0.71% -
HSV(B) 265.5º 0.5% 0.95% -
XYZ 40.22 29.21 87.52 -
YUV 150.93 179.4 143.74 -
System Red Green Blue C M Y K H S L
Decimal 173 122 242 0.29 0.50 0 0.05 265.5 0.82 0.71
Hex AD 7A F2 1D 32 0 5 10A 52 47
Octal 255 172 362 35 62 0 5 412 122 107
Binary 10101101 1111010 11110010 11101 110010 0 101 100001010 1010010 1000111

Color Harmonies of #AD7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AF2

Black with #AD7AF2

Text Example


Text Example

White with #AD7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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