Html Css Color HEX #AC1CAE Dark Orchid

📋 copy color: '#AC1CAE'

red 172 ◦ green 28 ◦ blue 174

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

Shades of Dark Orchid #AC1CAE

Tints of Dark Orchid #AC1CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.49%

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

R = 45.99%
G = 7.49%
B = 46.52%

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

#AC1CAE (or 0xAC1CAE) is known color: Dark Orchid. HEX triplet: AC, 1C and AE. RGB value is (172,28,174). Sum of RGB (Red+Green+Blue) = 172+28+174=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC1CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1CAE is #53E351. Grayscale: #575757. Windows color (decimal): -5497682 or 11410604. OLE color: 11410604.

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

Color convert

RGB 172 28 174 -
CMYK 0.01 0.84 0 0.32
HSL 299.18º 0.72% 0.4% -
HSV(B) 299.18º 0.84% 0.68% -
XYZ 25.07 12.66 41.17 -
YUV 87.7 176.71 188.13 -
System Red Green Blue C M Y K H S L
Decimal 172 28 174 0.01 0.84 0 0.32 299.18 0.72 0.4
Hex AC 1C AE 1 54 0 20 12B 48 28
Octal 254 34 256 1 124 0 40 453 110 50
Binary 10101100 11100 10101110 1 1010100 0 100000 100101011 1001000 101000

Color Harmonies of #AC1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CAE

Black with #AC1CAE

Text Example


Text Example

White with #AC1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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