Html Css Color HEX #AC1AAE Dark Orchid

📋 copy color: '#AC1AAE'

red 172 ◦ green 26 ◦ blue 174

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

Shades of Dark Orchid #AC1AAE

Tints of Dark Orchid #AC1AAE

RGB

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

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

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

R = 46.24%
G = 6.99%
B = 46.77%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC1AAE (or 0xAC1AAE) is known color: Dark Orchid. HEX triplet: AC, 1A and AE. RGB value is (172,26,174). Sum of RGB (Red+Green+Blue) = 172+26+174=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1AAE is #53E551. Grayscale: #565656. Windows color (decimal): -5498194 or 11410092. OLE color: 11410092.

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

Color convert

RGB 172 26 174 -
CMYK 0.01 0.85 0 0.32
HSL 299.19º 0.74% 0.39% -
HSV(B) 299.19º 0.85% 0.68% -
XYZ 25.02 12.57 41.15 -
YUV 86.53 177.37 188.97 -
System Red Green Blue C M Y K H S L
Decimal 172 26 174 0.01 0.85 0 0.32 299.19 0.74 0.39
Hex AC 1A AE 1 55 0 20 12B 4A 27
Octal 254 32 256 1 125 0 40 453 112 47
Binary 10101100 11010 10101110 1 1010101 0 100000 100101011 1001010 100111

Color Harmonies of #AC1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1AAE

Black with #AC1AAE

Text Example


Text Example

White with #AC1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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