Html Css Color HEX #AD52E8 Medium Orchid

📋 copy color: '#AD52E8'

red 173 ◦ green 82 ◦ blue 232

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

Shades of Medium Orchid #AD52E8

Tints of Medium Orchid #AD52E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.64%

R = 35.52%
G = 16.84%
B = 47.64%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD52E8 (or 0xAD52E8) is known color: Medium Orchid. HEX triplet: AD, 52 and E8. RGB value is (173,82,232). Sum of RGB (Red+Green+Blue) = 173+82+232=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD52E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52E8 is #52AD17. Grayscale: #7D7D7D. Windows color (decimal): -5418264 or 15225517. OLE color: 15225517.

HSL color Cylindrical-coordinate representation of color #AD52E8: hue angle of 276.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD52E8 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 82 232 -
CMYK 0.25 0.65 0 0.09
HSL 276.4º 0.77% 0.62% -
HSV(B) 276.4º 0.65% 0.91% -
XYZ 34.82 20.75 78.51 -
YUV 126.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 173 82 232 0.25 0.65 0 0.09 276.4 0.77 0.62
Hex AD 52 E8 19 41 0 9 114 4D 3E
Octal 255 122 350 31 101 0 11 424 115 76
Binary 10101101 1010010 11101000 11001 1000001 0 1001 100010100 1001101 111110

Color Harmonies of #AD52E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52E8

Black with #AD52E8

Text Example


Text Example

White with #AD52E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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