Html Css Color HEX #AC1BBC Dark Orchid

📋 copy color: '#AC1BBC'

red 172 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #AC1BBC

Tints of Dark Orchid #AC1BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.98%

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

R = 44.44%
G = 6.98%
B = 48.58%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC1BBC (or 0xAC1BBC) is known color: Dark Orchid. HEX triplet: AC, 1B and BC. RGB value is (172,27,188). Sum of RGB (Red+Green+Blue) = 172+27+188=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC1BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1BBC is #53E443. Grayscale: #585858. Windows color (decimal): -5497924 or 12327852. OLE color: 12327852.

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

Color convert

RGB 172 27 188 -
CMYK 0.09 0.86 0 0.26
HSL 294.04º 0.75% 0.42% -
HSV(B) 294.04º 0.86% 0.74% -
XYZ 26.48 13.19 48.73 -
YUV 88.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 172 27 188 0.09 0.86 0 0.26 294.04 0.75 0.42
Hex AC 1B BC 9 56 0 1A 126 4B 2A
Octal 254 33 274 11 126 0 32 446 113 52
Binary 10101100 11011 10111100 1001 1010110 0 11010 100100110 1001011 101010

Color Harmonies of #AC1BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BBC

Black with #AC1BBC

Text Example


Text Example

White with #AC1BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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