Html Css Color HEX #AC1BC1 Dark Orchid

📋 copy color: '#AC1BC1'

red 172 ◦ green 27 ◦ blue 193

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

Shades of Dark Orchid #AC1BC1

Tints of Dark Orchid #AC1BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.23%

R = 43.88%
G = 6.89%
B = 49.23%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC1BC1 (or 0xAC1BC1) is known color: Dark Orchid. HEX triplet: AC, 1B and C1. RGB value is (172,27,193). Sum of RGB (Red+Green+Blue) = 172+27+193=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC1BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1BC1 is #53E43E. Grayscale: #585858. Windows color (decimal): -5497919 or 12655532. OLE color: 12655532.

HSL color Cylindrical-coordinate representation of color #AC1BC1: hue angle of 292.41º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1BC1 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 27 193 -
CMYK 0.11 0.86 0 0.24
HSL 292.41º 0.75% 0.43% -
HSV(B) 292.41º 0.86% 0.76% -
XYZ 27.03 13.4 51.61 -
YUV 89.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 172 27 193 0.11 0.86 0 0.24 292.41 0.75 0.43
Hex AC 1B C1 B 56 0 18 124 4B 2B
Octal 254 33 301 13 126 0 30 444 113 53
Binary 10101100 11011 11000001 1011 1010110 0 11000 100100100 1001011 101011

Color Harmonies of #AC1BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BC1

Black with #AC1BC1

Text Example


Text Example

White with #AC1BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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