Html Css Color HEX #AC53DB Medium Orchid

📋 copy color: '#AC53DB'

red 172 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #AC53DB

Tints of Medium Orchid #AC53DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 36.29%
G = 17.51%
B = 46.2%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC53DB (or 0xAC53DB) is known color: Medium Orchid. HEX triplet: AC, 53 and DB. RGB value is (172,83,219). Sum of RGB (Red+Green+Blue) = 172+83+219=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53DB is #53AC24. Grayscale: #7C7C7C. Windows color (decimal): -5483557 or 14373804. OLE color: 14373804.

HSL color Cylindrical-coordinate representation of color #AC53DB: hue angle of 279.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC53DB is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 83 219 -
CMYK 0.21 0.62 0 0.14
HSL 279.26º 0.65% 0.59% -
HSV(B) 279.26º 0.62% 0.86% -
XYZ 32.89 20.07 69.16 -
YUV 125.12 180.99 161.44 -
System Red Green Blue C M Y K H S L
Decimal 172 83 219 0.21 0.62 0 0.14 279.26 0.65 0.59
Hex AC 53 DB 15 3E 0 E 117 41 3B
Octal 254 123 333 25 76 0 16 427 101 73
Binary 10101100 1010011 11011011 10101 111110 0 1110 100010111 1000001 111011

Color Harmonies of #AC53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53DB

Black with #AC53DB

Text Example


Text Example

White with #AC53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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