Html Css Color HEX #AC1CBA Dark Orchid

📋 copy color: '#AC1CBA'

red 172 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #AC1CBA

Tints of Dark Orchid #AC1CBA

RGB

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

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

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

R = 44.56%
G = 7.25%
B = 48.19%

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

#AC1CBA (or 0xAC1CBA) is known color: Dark Orchid. HEX triplet: AC, 1C and BA. RGB value is (172,28,186). Sum of RGB (Red+Green+Blue) = 172+28+186=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC1CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CBA is #53E345. Grayscale: #585858. Windows color (decimal): -5497670 or 12197036. OLE color: 12197036.

HSL color Cylindrical-coordinate representation of color #AC1CBA: hue angle of 294.68º 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 #AC1CBA is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 28 186 -
CMYK 0.08 0.85 0 0.27
HSL 294.68º 0.74% 0.42% -
HSV(B) 294.68º 0.85% 0.73% -
XYZ 26.29 13.15 47.61 -
YUV 89.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 172 28 186 0.08 0.85 0 0.27 294.68 0.74 0.42
Hex AC 1C BA 8 55 0 1B 127 4A 2A
Octal 254 34 272 10 125 0 33 447 112 52
Binary 10101100 11100 10111010 1000 1010101 0 11011 100100111 1001010 101010

Color Harmonies of #AC1CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CBA

Black with #AC1CBA

Text Example


Text Example

White with #AC1CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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