Html Css Color HEX #AD44EA Medium Orchid

📋 copy color: '#AD44EA'

red 173 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #AD44EA

Tints of Medium Orchid #AD44EA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.32%

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 36.42%
G = 14.32%
B = 49.26%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD44EA (or 0xAD44EA) is known color: Medium Orchid. HEX triplet: AD, 44 and EA. RGB value is (173,68,234). Sum of RGB (Red+Green+Blue) = 173+68+234=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD44EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD44EA is #52BB15. Grayscale: #757575. Windows color (decimal): -5421846 or 15353005. OLE color: 15353005.

HSL color Cylindrical-coordinate representation of color #AD44EA: hue angle of 277.95º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD44EA is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 68 234 -
CMYK 0.26 0.71 0 0.08
HSL 277.95º 0.8% 0.59% -
HSV(B) 277.95º 0.71% 0.92% -
XYZ 34.15 18.96 79.7 -
YUV 118.32 193.29 167 -
System Red Green Blue C M Y K H S L
Decimal 173 68 234 0.26 0.71 0 0.08 277.95 0.8 0.59
Hex AD 44 EA 1A 47 0 8 116 50 3B
Octal 255 104 352 32 107 0 10 426 120 73
Binary 10101101 1000100 11101010 11010 1000111 0 1000 100010110 1010000 111011

Color Harmonies of #AD44EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD44EA

Black with #AD44EA

Text Example


Text Example

White with #AD44EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD44EA; }

 p { color: rgb(173,68,234); }

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

background-color css

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

 a { background-color: rgb(173,68,234); }

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

border-color css

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

 span { border-color: rgb(173,68,234); }

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