Html Css Color HEX #AC2FDD Dark Orchid

📋 copy color: '#AC2FDD'

red 172 ◦ green 47 ◦ blue 221

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

Shades of Dark Orchid #AC2FDD

Tints of Dark Orchid #AC2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.68%

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

R = 39.09%
G = 10.68%
B = 50.23%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC2FDD (or 0xAC2FDD) is known color: Dark Orchid. HEX triplet: AC, 2F and DD. RGB value is (172,47,221). Sum of RGB (Red+Green+Blue) = 172+47+221=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC2FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FDD is #53D022. Grayscale: #676767. Windows color (decimal): -5492771 or 14495660. OLE color: 14495660.

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

Color convert

RGB 172 47 221 -
CMYK 0.22 0.79 0 0.13
HSL 283.1º 0.72% 0.53% -
HSV(B) 283.1º 0.79% 0.87% -
XYZ 31.08 16.02 69.86 -
YUV 104.21 193.91 176.35 -
System Red Green Blue C M Y K H S L
Decimal 172 47 221 0.22 0.79 0 0.13 283.1 0.72 0.53
Hex AC 2F DD 16 4F 0 D 11B 48 35
Octal 254 57 335 26 117 0 15 433 110 65
Binary 10101100 101111 11011101 10110 1001111 0 1101 100011011 1001000 110101

Color Harmonies of #AC2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2FDD

Black with #AC2FDD

Text Example


Text Example

White with #AC2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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