Html Css Color HEX #AC1ABB Dark Orchid

📋 copy color: '#AC1ABB'

red 172 ◦ green 26 ◦ blue 187

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

Shades of Dark Orchid #AC1ABB

Tints of Dark Orchid #AC1ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.75%

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

R = 44.68%
G = 6.75%
B = 48.57%

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

#AC1ABB (or 0xAC1ABB) is known color: Dark Orchid. HEX triplet: AC, 1A and BB. RGB value is (172,26,187). Sum of RGB (Red+Green+Blue) = 172+26+187=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC1ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ABB is #53E544. Grayscale: #575757. Windows color (decimal): -5498181 or 12262060. OLE color: 12262060.

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

Color convert

RGB 172 26 187 -
CMYK 0.08 0.86 0 0.27
HSL 294.41º 0.76% 0.42% -
HSV(B) 294.41º 0.86% 0.73% -
XYZ 26.35 13.1 48.15 -
YUV 88.01 183.87 187.91 -
System Red Green Blue C M Y K H S L
Decimal 172 26 187 0.08 0.86 0 0.27 294.41 0.76 0.42
Hex AC 1A BB 8 56 0 1B 126 4C 2A
Octal 254 32 273 10 126 0 33 446 114 52
Binary 10101100 11010 10111011 1000 1010110 0 11011 100100110 1001100 101010

Color Harmonies of #AC1ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1ABB

Black with #AC1ABB

Text Example


Text Example

White with #AC1ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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