Html Css Color HEX #AC36BA Dark Orchid

📋 copy color: '#AC36BA'

red 172 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #AC36BA

Tints of Dark Orchid #AC36BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.11%

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 41.75%
G = 13.11%
B = 45.15%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC36BA (or 0xAC36BA) is known color: Dark Orchid. HEX triplet: AC, 36 and BA. RGB value is (172,54,186). Sum of RGB (Red+Green+Blue) = 172+54+186=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36BA is #53C945. Grayscale: #676767. Windows color (decimal): -5491014 or 12203692. OLE color: 12203692.

HSL color Cylindrical-coordinate representation of color #AC36BA: hue angle of 293.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC36BA is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 54 186 -
CMYK 0.08 0.71 0 0.27
HSL 293.64º 0.55% 0.47% -
HSV(B) 293.64º 0.71% 0.73% -
XYZ 27.2 14.95 47.91 -
YUV 104.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 172 54 186 0.08 0.71 0 0.27 293.64 0.55 0.47
Hex AC 36 BA 8 47 0 1B 126 37 2F
Octal 254 66 272 10 107 0 33 446 67 57
Binary 10101100 110110 10111010 1000 1000111 0 11011 100100110 110111 101111

Color Harmonies of #AC36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC36BA

Black with #AC36BA

Text Example


Text Example

White with #AC36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC36BA; }

 p { color: rgb(172,54,186); }

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

background-color css

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

 a { background-color: rgb(172,54,186); }

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

border-color css

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

 span { border-color: rgb(172,54,186); }

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