Html Css Color HEX #AC51DD Medium Orchid

📋 copy color: '#AC51DD'

red 172 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #AC51DD

Tints of Medium Orchid #AC51DD

RGB

 RED value IS 172 (67.58% from 255) = 36.29%

 GREEN value IS 81 (32.03% from 255) = 17.09%

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 36.29%
G = 17.09%
B = 46.62%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC51DD (or 0xAC51DD) is known color: Medium Orchid. HEX triplet: AC, 51 and DD. RGB value is (172,81,221). Sum of RGB (Red+Green+Blue) = 172+81+221=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC51DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51DD is #53AE22. Grayscale: #7B7B7B. Windows color (decimal): -5484067 or 14504364. OLE color: 14504364.

HSL color Cylindrical-coordinate representation of color #AC51DD: hue angle of 279º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC51DD is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 81 221 -
CMYK 0.22 0.63 0 0.13
HSL 279º 0.67% 0.59% -
HSV(B) 279º 0.63% 0.87% -
XYZ 33.01 19.88 70.5 -
YUV 124.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 172 81 221 0.22 0.63 0 0.13 279 0.67 0.59
Hex AC 51 DD 16 3F 0 D 117 43 3B
Octal 254 121 335 26 77 0 15 427 103 73
Binary 10101100 1010001 11011101 10110 111111 0 1101 100010111 1000011 111011

Color Harmonies of #AC51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC51DD

Black with #AC51DD

Text Example


Text Example

White with #AC51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC51DD; }

 p { color: rgb(172,81,221); }

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

background-color css

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

 a { background-color: rgb(172,81,221); }

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

border-color css

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

 span { border-color: rgb(172,81,221); }

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