Html Css Color HEX #AC1ACE Dark Orchid

📋 copy color: '#AC1ACE'

red 172 ◦ green 26 ◦ blue 206

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

Shades of Dark Orchid #AC1ACE

Tints of Dark Orchid #AC1ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 42.57%
G = 6.44%
B = 50.99%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC1ACE (or 0xAC1ACE) is known color: Dark Orchid. HEX triplet: AC, 1A and CE. RGB value is (172,26,206). Sum of RGB (Red+Green+Blue) = 172+26+206=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC1ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ACE is #53E531. Grayscale: #595959. Windows color (decimal): -5498162 or 13507244. OLE color: 13507244.

HSL color Cylindrical-coordinate representation of color #AC1ACE: hue angle of 288.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1ACE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 26 206 -
CMYK 0.17 0.87 0 0.19
HSL 288.67º 0.78% 0.45% -
HSV(B) 288.67º 0.87% 0.81% -
XYZ 28.52 13.97 59.58 -
YUV 90.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 172 26 206 0.17 0.87 0 0.19 288.67 0.78 0.45
Hex AC 1A CE 11 57 0 13 121 4E 2D
Octal 254 32 316 21 127 0 23 441 116 55
Binary 10101100 11010 11001110 10001 1010111 0 10011 100100001 1001110 101101

Color Harmonies of #AC1ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1ACE

Black with #AC1ACE

Text Example


Text Example

White with #AC1ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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