Html Css Color HEX #AC1AAD Dark Orchid

📋 copy color: '#AC1AAD'

red 172 ◦ green 26 ◦ blue 173

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

Shades of Dark Orchid #AC1AAD

Tints of Dark Orchid #AC1AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 46.36%
G = 7.01%
B = 46.63%

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

#AC1AAD (or 0xAC1AAD) is known color: Dark Orchid. HEX triplet: AC, 1A and AD. RGB value is (172,26,173). Sum of RGB (Red+Green+Blue) = 172+26+173=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC1AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1AAD is #53E552. Grayscale: #555555. Windows color (decimal): -5498195 or 11344556. OLE color: 11344556.

HSL color Cylindrical-coordinate representation of color #AC1AAD: hue angle of 299.59º 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 #AC1AAD is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 26 173 -
CMYK 0.01 0.85 0 0.32
HSL 299.59º 0.74% 0.39% -
HSV(B) 299.59º 0.85% 0.68% -
XYZ 24.93 12.53 40.64 -
YUV 86.41 176.87 189.05 -
System Red Green Blue C M Y K H S L
Decimal 172 26 173 0.01 0.85 0 0.32 299.59 0.74 0.39
Hex AC 1A AD 1 55 0 20 12C 4A 27
Octal 254 32 255 1 125 0 40 454 112 47
Binary 10101100 11010 10101101 1 1010101 0 100000 100101100 1001010 100111

Color Harmonies of #AC1AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1AAD

Black with #AC1AAD

Text Example


Text Example

White with #AC1AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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