Html Css Color HEX #AD5AE8 Medium Orchid

📋 copy color: '#AD5AE8'

red 173 ◦ green 90 ◦ blue 232

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

Shades of Medium Orchid #AD5AE8

Tints of Medium Orchid #AD5AE8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.18%

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

R = 34.95%
G = 18.18%
B = 46.87%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD5AE8 (or 0xAD5AE8) is known color: Medium Orchid. HEX triplet: AD, 5A and E8. RGB value is (173,90,232). Sum of RGB (Red+Green+Blue) = 173+90+232=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD5AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AE8 is #52A517. Grayscale: #828282. Windows color (decimal): -5416216 or 15227565. OLE color: 15227565.

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

Color convert

RGB 173 90 232 -
CMYK 0.25 0.61 0 0.09
HSL 275.07º 0.76% 0.63% -
HSV(B) 275.07º 0.61% 0.91% -
XYZ 35.46 22.02 78.73 -
YUV 131.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 173 90 232 0.25 0.61 0 0.09 275.07 0.76 0.63
Hex AD 5A E8 19 3D 0 9 113 4C 3F
Octal 255 132 350 31 75 0 11 423 114 77
Binary 10101101 1011010 11101000 11001 111101 0 1001 100010011 1001100 111111

Color Harmonies of #AD5AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AE8

Black with #AD5AE8

Text Example


Text Example

White with #AD5AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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