Html Css Color HEX #AD5CC4 Medium Orchid

📋 copy color: '#AD5CC4'

red 173 ◦ green 92 ◦ blue 196

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

Shades of Medium Orchid #AD5CC4

Tints of Medium Orchid #AD5CC4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.96%

 BLUE value IS 196 (76.95% from 255) = 42.52%

R = 37.53%
G = 19.96%
B = 42.52%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD5CC4 (or 0xAD5CC4) is known color: Medium Orchid. HEX triplet: AD, 5C and C4. RGB value is (173,92,196). Sum of RGB (Red+Green+Blue) = 173+92+196=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD5CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CC4 is #52A33B. Grayscale: #7F7F7F. Windows color (decimal): -5415740 or 12868781. OLE color: 12868781.

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

Color convert

RGB 173 92 196 -
CMYK 0.12 0.53 0 0.23
HSL 286.73º 0.47% 0.56% -
HSV(B) 286.73º 0.53% 0.77% -
XYZ 31.02 20.52 54.55 -
YUV 128.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 173 92 196 0.12 0.53 0 0.23 286.73 0.47 0.56
Hex AD 5C C4 C 35 0 17 11F 2F 38
Octal 255 134 304 14 65 0 27 437 57 70
Binary 10101101 1011100 11000100 1100 110101 0 10111 100011111 101111 111000

Color Harmonies of #AD5CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CC4

Black with #AD5CC4

Text Example


Text Example

White with #AD5CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CC4; }

 p { color: rgb(173,92,196); }

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

background-color css

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

 a { background-color: rgb(173,92,196); }

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

border-color css

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

 span { border-color: rgb(173,92,196); }

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