Html Css Color HEX #AC5CDB Medium Orchid

📋 copy color: '#AC5CDB'

red 172 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #AC5CDB

Tints of Medium Orchid #AC5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.05%

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

R = 35.61%
G = 19.05%
B = 45.34%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC5CDB (or 0xAC5CDB) is known color: Medium Orchid. HEX triplet: AC, 5C and DB. RGB value is (172,92,219). Sum of RGB (Red+Green+Blue) = 172+92+219=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC5CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CDB is #53A324. Grayscale: #818181. Windows color (decimal): -5481253 or 14376108. OLE color: 14376108.

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

Color convert

RGB 172 92 219 -
CMYK 0.21 0.58 0 0.14
HSL 277.8º 0.64% 0.61% -
HSV(B) 277.8º 0.58% 0.86% -
XYZ 33.63 21.54 69.4 -
YUV 130.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 172 92 219 0.21 0.58 0 0.14 277.8 0.64 0.61
Hex AC 5C DB 15 3A 0 E 116 40 3D
Octal 254 134 333 25 72 0 16 426 100 75
Binary 10101100 1011100 11011011 10101 111010 0 1110 100010110 1000000 111101

Color Harmonies of #AC5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CDB

Black with #AC5CDB

Text Example


Text Example

White with #AC5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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