Html Css Color HEX #AC21BC Dark Orchid

📋 copy color: '#AC21BC'

red 172 ◦ green 33 ◦ blue 188

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

Shades of Dark Orchid #AC21BC

Tints of Dark Orchid #AC21BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 43.77%
G = 8.4%
B = 47.84%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC21BC (or 0xAC21BC) is known color: Dark Orchid. HEX triplet: AC, 21 and BC. RGB value is (172,33,188). Sum of RGB (Red+Green+Blue) = 172+33+188=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC21BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21BC is #53DE43. Grayscale: #5B5B5B. Windows color (decimal): -5496388 or 12329388. OLE color: 12329388.

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

Color convert

RGB 172 33 188 -
CMYK 0.09 0.82 0 0.26
HSL 293.81º 0.7% 0.43% -
HSV(B) 293.81º 0.82% 0.74% -
XYZ 26.63 13.49 48.78 -
YUV 92.23 182.05 184.9 -
System Red Green Blue C M Y K H S L
Decimal 172 33 188 0.09 0.82 0 0.26 293.81 0.7 0.43
Hex AC 21 BC 9 52 0 1A 126 46 2B
Octal 254 41 274 11 122 0 32 446 106 53
Binary 10101100 100001 10111100 1001 1010010 0 11010 100100110 1000110 101011

Color Harmonies of #AC21BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21BC

Black with #AC21BC

Text Example


Text Example

White with #AC21BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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