Html Css Color HEX #AD69C5 Medium Orchid

📋 copy color: '#AD69C5'

red 173 ◦ green 105 ◦ blue 197

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

Shades of Medium Orchid #AD69C5

Tints of Medium Orchid #AD69C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.47%

R = 36.42%
G = 22.11%
B = 41.47%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD69C5 (or 0xAD69C5) is known color: Medium Orchid. HEX triplet: AD, 69 and C5. RGB value is (173,105,197). Sum of RGB (Red+Green+Blue) = 173+105+197=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD69C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69C5 is #52963A. Grayscale: #878787. Windows color (decimal): -5412411 or 12937645. OLE color: 12937645.

HSL color Cylindrical-coordinate representation of color #AD69C5: hue angle of 284.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD69C5 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 105 197 -
CMYK 0.12 0.47 0 0.23
HSL 284.35º 0.44% 0.59% -
HSV(B) 284.35º 0.47% 0.77% -
XYZ 32.36 23.02 55.56 -
YUV 135.82 162.53 154.52 -
System Red Green Blue C M Y K H S L
Decimal 173 105 197 0.12 0.47 0 0.23 284.35 0.44 0.59
Hex AD 69 C5 C 2F 0 17 11C 2C 3B
Octal 255 151 305 14 57 0 27 434 54 73
Binary 10101101 1101001 11000101 1100 101111 0 10111 100011100 101100 111011

Color Harmonies of #AD69C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69C5

Black with #AD69C5

Text Example


Text Example

White with #AD69C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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