Html Css Color HEX #AD4CCA Medium Orchid

📋 copy color: '#AD4CCA'

red 173 ◦ green 76 ◦ blue 202

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

Shades of Medium Orchid #AD4CCA

Tints of Medium Orchid #AD4CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.85%

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 38.36%
G = 16.85%
B = 44.79%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD4CCA (or 0xAD4CCA) is known color: Medium Orchid. HEX triplet: AD, 4C and CA. RGB value is (173,76,202). Sum of RGB (Red+Green+Blue) = 173+76+202=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD4CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CCA is #52B335. Grayscale: #767676. Windows color (decimal): -5419830 or 13257901. OLE color: 13257901.

HSL color Cylindrical-coordinate representation of color #AD4CCA: hue angle of 286.19º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4CCA is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 76 202 -
CMYK 0.14 0.62 0 0.21
HSL 286.19º 0.54% 0.55% -
HSV(B) 286.19º 0.62% 0.79% -
XYZ 30.48 18.32 57.81 -
YUV 119.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 173 76 202 0.14 0.62 0 0.21 286.19 0.54 0.55
Hex AD 4C CA E 3E 0 15 11E 36 37
Octal 255 114 312 16 76 0 25 436 66 67
Binary 10101101 1001100 11001010 1110 111110 0 10101 100011110 110110 110111

Color Harmonies of #AD4CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CCA

Black with #AD4CCA

Text Example


Text Example

White with #AD4CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CCA; }

 p { color: rgb(173,76,202); }

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

background-color css

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

 a { background-color: rgb(173,76,202); }

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

border-color css

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

 span { border-color: rgb(173,76,202); }

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