Html Css Color HEX #AC2CDD Dark Orchid

📋 copy color: '#AC2CDD'

red 172 ◦ green 44 ◦ blue 221

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

Shades of Dark Orchid #AC2CDD

Tints of Dark Orchid #AC2CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.07%

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 39.36%
G = 10.07%
B = 50.57%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC2CDD (or 0xAC2CDD) is known color: Dark Orchid. HEX triplet: AC, 2C and DD. RGB value is (172,44,221). Sum of RGB (Red+Green+Blue) = 172+44+221=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CDD is #53D322. Grayscale: #656565. Windows color (decimal): -5493539 or 14494892. OLE color: 14494892.

HSL color Cylindrical-coordinate representation of color #AC2CDD: hue angle of 283.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2CDD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 44 221 -
CMYK 0.22 0.80 0 0.13
HSL 283.39º 0.72% 0.52% -
HSV(B) 283.39º 0.8% 0.87% -
XYZ 30.97 15.79 69.82 -
YUV 102.45 194.91 177.61 -
System Red Green Blue C M Y K H S L
Decimal 172 44 221 0.22 0.80 0 0.13 283.39 0.72 0.52
Hex AC 2C DD 16 50 0 D 11B 48 34
Octal 254 54 335 26 120 0 15 433 110 64
Binary 10101100 101100 11011101 10110 1010000 0 1101 100011011 1001000 110100

Color Harmonies of #AC2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2CDD

Black with #AC2CDD

Text Example


Text Example

White with #AC2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2CDD; }

 p { color: rgb(172,44,221); }

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

background-color css

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

 a { background-color: rgb(172,44,221); }

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

border-color css

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

 span { border-color: rgb(172,44,221); }

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