Html Css Color HEX #AC1BBB Dark Orchid

📋 copy color: '#AC1BBB'

red 172 ◦ green 27 ◦ blue 187

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

Shades of Dark Orchid #AC1BBB

Tints of Dark Orchid #AC1BBB

RGB

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

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

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

R = 44.56%
G = 6.99%
B = 48.45%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC1BBB (or 0xAC1BBB) is known color: Dark Orchid. HEX triplet: AC, 1B and BB. RGB value is (172,27,187). Sum of RGB (Red+Green+Blue) = 172+27+187=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC1BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1BBB is #53E444. Grayscale: #585858. Windows color (decimal): -5497925 or 12262316. OLE color: 12262316.

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

Color convert

RGB 172 27 187 -
CMYK 0.08 0.86 0 0.27
HSL 294.38º 0.75% 0.42% -
HSV(B) 294.38º 0.86% 0.73% -
XYZ 26.37 13.14 48.16 -
YUV 88.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 172 27 187 0.08 0.86 0 0.27 294.38 0.75 0.42
Hex AC 1B BB 8 56 0 1B 126 4B 2A
Octal 254 33 273 10 126 0 33 446 113 52
Binary 10101100 11011 10111011 1000 1010110 0 11011 100100110 1001011 101010

Color Harmonies of #AC1BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BBB

Black with #AC1BBB

Text Example


Text Example

White with #AC1BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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