Html Css Color HEX #AC1BAE Dark Orchid

📋 copy color: '#AC1BAE'

red 172 ◦ green 27 ◦ blue 174

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

Shades of Dark Orchid #AC1BAE

Tints of Dark Orchid #AC1BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 46.11%
G = 7.24%
B = 46.65%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC1BAE (or 0xAC1BAE) is known color: Dark Orchid. HEX triplet: AC, 1B and AE. RGB value is (172,27,174). Sum of RGB (Red+Green+Blue) = 172+27+174=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC1BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BAE is #53E451. Grayscale: #565656. Windows color (decimal): -5497938 or 11410348. OLE color: 11410348.

HSL color Cylindrical-coordinate representation of color #AC1BAE: hue angle of 299.18º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1BAE is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 27 174 -
CMYK 0.01 0.84 0 0.32
HSL 299.18º 0.73% 0.39% -
HSV(B) 299.18º 0.84% 0.68% -
XYZ 25.05 12.61 41.16 -
YUV 87.11 177.04 188.55 -
System Red Green Blue C M Y K H S L
Decimal 172 27 174 0.01 0.84 0 0.32 299.18 0.73 0.39
Hex AC 1B AE 1 54 0 20 12B 49 27
Octal 254 33 256 1 124 0 40 453 111 47
Binary 10101100 11011 10101110 1 1010100 0 100000 100101011 1001001 100111

Color Harmonies of #AC1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BAE

Black with #AC1BAE

Text Example


Text Example

White with #AC1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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