Html Css Color HEX #AC21BD Dark Orchid

📋 copy color: '#AC21BD'

red 172 ◦ green 33 ◦ blue 189

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

Shades of Dark Orchid #AC21BD

Tints of Dark Orchid #AC21BD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.38%

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 43.65%
G = 8.38%
B = 47.97%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC21BD (or 0xAC21BD) is known color: Dark Orchid. HEX triplet: AC, 21 and BD. RGB value is (172,33,189). Sum of RGB (Red+Green+Blue) = 172+33+189=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC21BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21BD is #53DE42. Grayscale: #5B5B5B. Windows color (decimal): -5496387 or 12394924. OLE color: 12394924.

HSL color Cylindrical-coordinate representation of color #AC21BD: hue angle of 293.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC21BD is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 33 189 -
CMYK 0.09 0.83 0 0.26
HSL 293.46º 0.7% 0.44% -
HSV(B) 293.46º 0.83% 0.74% -
XYZ 26.74 13.53 49.35 -
YUV 92.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 172 33 189 0.09 0.83 0 0.26 293.46 0.7 0.44
Hex AC 21 BD 9 53 0 1A 125 46 2C
Octal 254 41 275 11 123 0 32 445 106 54
Binary 10101100 100001 10111101 1001 1010011 0 11010 100100101 1000110 101100

Color Harmonies of #AC21BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21BD

Black with #AC21BD

Text Example


Text Example

White with #AC21BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21BD; }

 p { color: rgb(172,33,189); }

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

background-color css

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

 a { background-color: rgb(172,33,189); }

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

border-color css

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

 span { border-color: rgb(172,33,189); }

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