Html Css Color HEX #AC1CBB Dark Orchid

📋 copy color: '#AC1CBB'

red 172 ◦ green 28 ◦ blue 187

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

Shades of Dark Orchid #AC1CBB

Tints of Dark Orchid #AC1CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.24%

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 44.44%
G = 7.24%
B = 48.32%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC1CBB (or 0xAC1CBB) is known color: Dark Orchid. HEX triplet: AC, 1C and BB. RGB value is (172,28,187). Sum of RGB (Red+Green+Blue) = 172+28+187=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC1CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CBB is #53E344. Grayscale: #585858. Windows color (decimal): -5497669 or 12262572. OLE color: 12262572.

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

Color convert

RGB 172 28 187 -
CMYK 0.08 0.85 0 0.27
HSL 294.34º 0.74% 0.42% -
HSV(B) 294.34º 0.85% 0.73% -
XYZ 26.4 13.19 48.17 -
YUV 89.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 172 28 187 0.08 0.85 0 0.27 294.34 0.74 0.42
Hex AC 1C BB 8 55 0 1B 126 4A 2A
Octal 254 34 273 10 125 0 33 446 112 52
Binary 10101100 11100 10111011 1000 1010101 0 11011 100100110 1001010 101010

Color Harmonies of #AC1CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CBB

Black with #AC1CBB

Text Example


Text Example

White with #AC1CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CBB; }

 p { color: rgb(172,28,187); }

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

background-color css

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

 a { background-color: rgb(172,28,187); }

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

border-color css

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

 span { border-color: rgb(172,28,187); }

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