Html Css Color HEX #AC2EDB Dark Orchid

📋 copy color: '#AC2EDB'

red 172 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #AC2EDB

Tints of Dark Orchid #AC2EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.53%

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

R = 39.36%
G = 10.53%
B = 50.11%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC2EDB (or 0xAC2EDB) is known color: Dark Orchid. HEX triplet: AC, 2E and DB. RGB value is (172,46,219). Sum of RGB (Red+Green+Blue) = 172+46+219=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC2EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EDB is #53D124. Grayscale: #666666. Windows color (decimal): -5493029 or 14364332. OLE color: 14364332.

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

Color convert

RGB 172 46 219 -
CMYK 0.21 0.79 0 0.14
HSL 283.7º 0.71% 0.52% -
HSV(B) 283.7º 0.79% 0.86% -
XYZ 30.78 15.84 68.45 -
YUV 103.4 193.24 176.93 -
System Red Green Blue C M Y K H S L
Decimal 172 46 219 0.21 0.79 0 0.14 283.7 0.71 0.52
Hex AC 2E DB 15 4F 0 E 11C 47 34
Octal 254 56 333 25 117 0 16 434 107 64
Binary 10101100 101110 11011011 10101 1001111 0 1110 100011100 1000111 110100

Color Harmonies of #AC2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2EDB

Black with #AC2EDB

Text Example


Text Example

White with #AC2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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