Html Css Color HEX #AC22BD Dark Orchid

📋 copy color: '#AC22BD'

red 172 ◦ green 34 ◦ blue 189

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

Shades of Dark Orchid #AC22BD

Tints of Dark Orchid #AC22BD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.61%

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

R = 43.54%
G = 8.61%
B = 47.85%

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

#AC22BD (or 0xAC22BD) is known color: Dark Orchid. HEX triplet: AC, 22 and BD. RGB value is (172,34,189). Sum of RGB (Red+Green+Blue) = 172+34+189=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC22BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC22BD is #53DD42. Grayscale: #5C5C5C. Windows color (decimal): -5496131 or 12395180. OLE color: 12395180.

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

Color convert

RGB 172 34 189 -
CMYK 0.09 0.82 0 0.26
HSL 293.42º 0.7% 0.44% -
HSV(B) 293.42º 0.82% 0.74% -
XYZ 26.77 13.59 49.36 -
YUV 92.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 172 34 189 0.09 0.82 0 0.26 293.42 0.7 0.44
Hex AC 22 BD 9 52 0 1A 125 46 2C
Octal 254 42 275 11 122 0 32 445 106 54
Binary 10101100 100010 10111101 1001 1010010 0 11010 100100101 1000110 101100

Color Harmonies of #AC22BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC22BD

Black with #AC22BD

Text Example


Text Example

White with #AC22BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC22BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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