Html Css Color HEX #AC53DD Medium Orchid

📋 copy color: '#AC53DD'

red 172 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #AC53DD

Tints of Medium Orchid #AC53DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.44%

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

R = 36.13%
G = 17.44%
B = 46.43%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC53DD (or 0xAC53DD) is known color: Medium Orchid. HEX triplet: AC, 53 and DD. RGB value is (172,83,221). Sum of RGB (Red+Green+Blue) = 172+83+221=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC53DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53DD is #53AC22. Grayscale: #7C7C7C. Windows color (decimal): -5483555 or 14504876. OLE color: 14504876.

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

Color convert

RGB 172 83 221 -
CMYK 0.22 0.62 0 0.13
HSL 278.7º 0.67% 0.6% -
HSV(B) 278.7º 0.62% 0.87% -
XYZ 33.16 20.18 70.55 -
YUV 125.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 172 83 221 0.22 0.62 0 0.13 278.7 0.67 0.6
Hex AC 53 DD 16 3E 0 D 117 43 3C
Octal 254 123 335 26 76 0 15 427 103 74
Binary 10101100 1010011 11011101 10110 111110 0 1101 100010111 1000011 111100

Color Harmonies of #AC53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53DD

Black with #AC53DD

Text Example


Text Example

White with #AC53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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