Html Css Color HEX #AD52CA Medium Orchid

📋 copy color: '#AD52CA'

red 173 ◦ green 82 ◦ blue 202

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

Shades of Medium Orchid #AD52CA

Tints of Medium Orchid #AD52CA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.94%

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

R = 37.86%
G = 17.94%
B = 44.2%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD52CA (or 0xAD52CA) is known color: Medium Orchid. HEX triplet: AD, 52 and CA. RGB value is (173,82,202). Sum of RGB (Red+Green+Blue) = 173+82+202=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52CA is #52AD35. Grayscale: #7A7A7A. Windows color (decimal): -5418294 or 13259437. OLE color: 13259437.

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

Color convert

RGB 173 82 202 -
CMYK 0.14 0.59 0 0.21
HSL 285.5º 0.53% 0.56% -
HSV(B) 285.5º 0.59% 0.79% -
XYZ 30.91 19.18 57.95 -
YUV 122.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 173 82 202 0.14 0.59 0 0.21 285.5 0.53 0.56
Hex AD 52 CA E 3B 0 15 11E 35 38
Octal 255 122 312 16 73 0 25 436 65 70
Binary 10101101 1010010 11001010 1110 111011 0 10101 100011110 110101 111000

Color Harmonies of #AD52CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52CA

Black with #AD52CA

Text Example


Text Example

White with #AD52CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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