Html Css Color HEX #AC21BF Dark Orchid

📋 copy color: '#AC21BF'

red 172 ◦ green 33 ◦ blue 191

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

Shades of Dark Orchid #AC21BF

Tints of Dark Orchid #AC21BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 43.43%
G = 8.33%
B = 48.23%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC21BF (or 0xAC21BF) is known color: Dark Orchid. HEX triplet: AC, 21 and BF. RGB value is (172,33,191). Sum of RGB (Red+Green+Blue) = 172+33+191=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC21BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21BF is #53DE40. Grayscale: #5C5C5C. Windows color (decimal): -5496385 or 12525996. OLE color: 12525996.

HSL color Cylindrical-coordinate representation of color #AC21BF: hue angle of 292.78º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC21BF is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 33 191 -
CMYK 0.10 0.83 0 0.25
HSL 292.78º 0.71% 0.44% -
HSV(B) 292.78º 0.83% 0.75% -
XYZ 26.96 13.62 50.5 -
YUV 92.57 183.55 184.65 -
System Red Green Blue C M Y K H S L
Decimal 172 33 191 0.10 0.83 0 0.25 292.78 0.71 0.44
Hex AC 21 BF A 53 0 19 125 47 2C
Octal 254 41 277 12 123 0 31 445 107 54
Binary 10101100 100001 10111111 1010 1010011 0 11001 100100101 1000111 101100

Color Harmonies of #AC21BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21BF

Black with #AC21BF

Text Example


Text Example

White with #AC21BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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