Html Css Color HEX #AC2DDD Dark Orchid

📋 copy color: '#AC2DDD'

red 172 ◦ green 45 ◦ blue 221

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

Shades of Dark Orchid #AC2DDD

Tints of Dark Orchid #AC2DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.27%

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

R = 39.27%
G = 10.27%
B = 50.46%

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

#AC2DDD (or 0xAC2DDD) is known color: Dark Orchid. HEX triplet: AC, 2D and DD. RGB value is (172,45,221). Sum of RGB (Red+Green+Blue) = 172+45+221=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC2DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DDD is #53D222. Grayscale: #666666. Windows color (decimal): -5493283 or 14495148. OLE color: 14495148.

HSL color Cylindrical-coordinate representation of color #AC2DDD: hue angle of 283.3º 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 #AC2DDD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 45 221 -
CMYK 0.22 0.80 0 0.13
HSL 283.3º 0.72% 0.52% -
HSV(B) 283.3º 0.8% 0.87% -
XYZ 31 15.87 69.84 -
YUV 103.04 194.58 177.19 -
System Red Green Blue C M Y K H S L
Decimal 172 45 221 0.22 0.80 0 0.13 283.3 0.72 0.52
Hex AC 2D DD 16 50 0 D 11B 48 34
Octal 254 55 335 26 120 0 15 433 110 64
Binary 10101100 101101 11011101 10110 1010000 0 1101 100011011 1001000 110100

Color Harmonies of #AC2DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DDD

Black with #AC2DDD

Text Example


Text Example

White with #AC2DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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