Html Css Color HEX #AC57DB Medium Orchid

📋 copy color: '#AC57DB'

red 172 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #AC57DB

Tints of Medium Orchid #AC57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.2%

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

R = 35.98%
G = 18.2%
B = 45.82%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC57DB (or 0xAC57DB) is known color: Medium Orchid. HEX triplet: AC, 57 and DB. RGB value is (172,87,219). Sum of RGB (Red+Green+Blue) = 172+87+219=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC57DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57DB is #53A824. Grayscale: #7F7F7F. Windows color (decimal): -5482533 or 14374828. OLE color: 14374828.

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

Color convert

RGB 172 87 219 -
CMYK 0.21 0.60 0 0.14
HSL 278.64º 0.65% 0.6% -
HSV(B) 278.64º 0.6% 0.86% -
XYZ 33.21 20.7 69.26 -
YUV 127.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 172 87 219 0.21 0.60 0 0.14 278.64 0.65 0.6
Hex AC 57 DB 15 3C 0 E 117 41 3C
Octal 254 127 333 25 74 0 16 427 101 74
Binary 10101100 1010111 11011011 10101 111100 0 1110 100010111 1000001 111100

Color Harmonies of #AC57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57DB

Black with #AC57DB

Text Example


Text Example

White with #AC57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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