Html Css Color HEX #AC36BC Dark Orchid

📋 copy color: '#AC36BC'

red 172 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #AC36BC

Tints of Dark Orchid #AC36BC

RGB

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

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

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

R = 41.55%
G = 13.04%
B = 45.41%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC36BC (or 0xAC36BC) is known color: Dark Orchid. HEX triplet: AC, 36 and BC. RGB value is (172,54,188). Sum of RGB (Red+Green+Blue) = 172+54+188=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36BC is #53C943. Grayscale: #686868. Windows color (decimal): -5491012 or 12334764. OLE color: 12334764.

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

Color convert

RGB 172 54 188 -
CMYK 0.09 0.71 0 0.26
HSL 292.84º 0.55% 0.47% -
HSV(B) 292.84º 0.71% 0.74% -
XYZ 27.41 15.04 49.04 -
YUV 104.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 172 54 188 0.09 0.71 0 0.26 292.84 0.55 0.47
Hex AC 36 BC 9 47 0 1A 125 37 2F
Octal 254 66 274 11 107 0 32 445 67 57
Binary 10101100 110110 10111100 1001 1000111 0 11010 100100101 110111 101111

Color Harmonies of #AC36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC36BC

Black with #AC36BC

Text Example


Text Example

White with #AC36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC36BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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