Html Css Color HEX #AD48CA Medium Orchid

📋 copy color: '#AD48CA'

red 173 ◦ green 72 ◦ blue 202

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

Shades of Medium Orchid #AD48CA

Tints of Medium Orchid #AD48CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.11%

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

R = 38.7%
G = 16.11%
B = 45.19%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD48CA (or 0xAD48CA) is known color: Medium Orchid. HEX triplet: AD, 48 and CA. RGB value is (173,72,202). Sum of RGB (Red+Green+Blue) = 173+72+202=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD48CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48CA is #52B735. Grayscale: #747474. Windows color (decimal): -5420854 or 13256877. OLE color: 13256877.

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

Color convert

RGB 173 72 202 -
CMYK 0.14 0.64 0 0.21
HSL 286.62º 0.55% 0.54% -
HSV(B) 286.62º 0.64% 0.79% -
XYZ 30.21 17.78 57.72 -
YUV 117.02 175.96 167.93 -
System Red Green Blue C M Y K H S L
Decimal 173 72 202 0.14 0.64 0 0.21 286.62 0.55 0.54
Hex AD 48 CA E 40 0 15 11F 37 36
Octal 255 110 312 16 100 0 25 437 67 66
Binary 10101101 1001000 11001010 1110 1000000 0 10101 100011111 110111 110110

Color Harmonies of #AD48CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD48CA

Black with #AD48CA

Text Example


Text Example

White with #AD48CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD48CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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