Html Css Color HEX #AC5DDB Medium Orchid

📋 copy color: '#AC5DDB'

red 172 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #AC5DDB

Tints of Medium Orchid #AC5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.21%

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

R = 35.54%
G = 19.21%
B = 45.25%

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

#AC5DDB (or 0xAC5DDB) is known color: Medium Orchid. HEX triplet: AC, 5D and DB. RGB value is (172,93,219). Sum of RGB (Red+Green+Blue) = 172+93+219=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC5DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DDB is #53A224. Grayscale: #828282. Windows color (decimal): -5480997 or 14376364. OLE color: 14376364.

HSL color Cylindrical-coordinate representation of color #AC5DDB: hue angle of 277.62º 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 #AC5DDB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 93 219 -
CMYK 0.21 0.58 0 0.14
HSL 277.62º 0.64% 0.61% -
HSV(B) 277.62º 0.58% 0.86% -
XYZ 33.71 21.71 69.43 -
YUV 130.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 172 93 219 0.21 0.58 0 0.14 277.62 0.64 0.61
Hex AC 5D DB 15 3A 0 E 116 40 3D
Octal 254 135 333 25 72 0 16 426 100 75
Binary 10101100 1011101 11011011 10101 111010 0 1110 100010110 1000000 111101

Color Harmonies of #AC5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DDB

Black with #AC5DDB

Text Example


Text Example

White with #AC5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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