Html Css Color HEX #AD69EC Medium Purple

📋 copy color: '#AD69EC'

red 173 ◦ green 105 ◦ blue 236

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

Shades of Medium Purple #AD69EC

Tints of Medium Purple #AD69EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.43%

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 33.66%
G = 20.43%
B = 45.91%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD69EC (or 0xAD69EC) is known color: Medium Purple. HEX triplet: AD, 69 and EC. RGB value is (173,105,236). Sum of RGB (Red+Green+Blue) = 173+105+236=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD69EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69EC is #529613. Grayscale: #8B8B8B. Windows color (decimal): -5412372 or 15493549. OLE color: 15493549.

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

Color convert

RGB 173 105 236 -
CMYK 0.27 0.56 0 0.07
HSL 271.15º 0.78% 0.67% -
HSV(B) 271.15º 0.56% 0.93% -
XYZ 37.43 25.04 82.22 -
YUV 140.27 182.03 151.35 -
System Red Green Blue C M Y K H S L
Decimal 173 105 236 0.27 0.56 0 0.07 271.15 0.78 0.67
Hex AD 69 EC 1B 38 0 7 10F 4E 43
Octal 255 151 354 33 70 0 7 417 116 103
Binary 10101101 1101001 11101100 11011 111000 0 111 100001111 1001110 1000011

Color Harmonies of #AD69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69EC

Black with #AD69EC

Text Example


Text Example

White with #AD69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69EC; }

 p { color: rgb(173,105,236); }

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

background-color css

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

 a { background-color: rgb(173,105,236); }

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

border-color css

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

 span { border-color: rgb(173,105,236); }

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