Html Css Color HEX #AD5ACC Medium Orchid

📋 copy color: '#AD5ACC'

red 173 ◦ green 90 ◦ blue 204

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

Shades of Medium Orchid #AD5ACC

Tints of Medium Orchid #AD5ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 37.04%
G = 19.27%
B = 43.68%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD5ACC (or 0xAD5ACC) is known color: Medium Orchid. HEX triplet: AD, 5A and CC. RGB value is (173,90,204). Sum of RGB (Red+Green+Blue) = 173+90+204=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ACC is #52A533. Grayscale: #7F7F7F. Windows color (decimal): -5416244 or 13392557. OLE color: 13392557.

HSL color Cylindrical-coordinate representation of color #AD5ACC: hue angle of 283.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD5ACC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 90 204 -
CMYK 0.15 0.56 0 0.2
HSL 283.68º 0.53% 0.58% -
HSV(B) 283.68º 0.56% 0.8% -
XYZ 31.79 20.56 59.42 -
YUV 127.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 173 90 204 0.15 0.56 0 0.2 283.68 0.53 0.58
Hex AD 5A CC F 38 0 14 11C 35 3A
Octal 255 132 314 17 70 0 24 434 65 72
Binary 10101101 1011010 11001100 1111 111000 0 10100 100011100 110101 111010

Color Harmonies of #AD5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ACC

Black with #AD5ACC

Text Example


Text Example

White with #AD5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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