Html Css Color HEX #AC1ABA Dark Orchid

📋 copy color: '#AC1ABA'

red 172 ◦ green 26 ◦ blue 186

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

Shades of Dark Orchid #AC1ABA

Tints of Dark Orchid #AC1ABA

RGB

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

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

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

R = 44.79%
G = 6.77%
B = 48.44%

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

#AC1ABA (or 0xAC1ABA) is known color: Dark Orchid. HEX triplet: AC, 1A and BA. RGB value is (172,26,186). Sum of RGB (Red+Green+Blue) = 172+26+186=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC1ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ABA is #53E545. Grayscale: #575757. Windows color (decimal): -5498182 or 12196524. OLE color: 12196524.

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

Color convert

RGB 172 26 186 -
CMYK 0.08 0.86 0 0.27
HSL 294.75º 0.75% 0.42% -
HSV(B) 294.75º 0.86% 0.73% -
XYZ 26.25 13.05 47.59 -
YUV 87.89 183.37 187.99 -
System Red Green Blue C M Y K H S L
Decimal 172 26 186 0.08 0.86 0 0.27 294.75 0.75 0.42
Hex AC 1A BA 8 56 0 1B 127 4B 2A
Octal 254 32 272 10 126 0 33 447 113 52
Binary 10101100 11010 10111010 1000 1010110 0 11011 100100111 1001011 101010

Color Harmonies of #AC1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1ABA

Black with #AC1ABA

Text Example


Text Example

White with #AC1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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