Html Css Color HEX #AC1AC0 Dark Orchid

📋 copy color: '#AC1AC0'

red 172 ◦ green 26 ◦ blue 192

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

Shades of Dark Orchid #AC1AC0

Tints of Dark Orchid #AC1AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.23%

R = 44.1%
G = 6.67%
B = 49.23%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC1AC0 (or 0xAC1AC0) is known color: Dark Orchid. HEX triplet: AC, 1A and C0. RGB value is (172,26,192). Sum of RGB (Red+Green+Blue) = 172+26+192=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC1AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1AC0 is #53E53F. Grayscale: #585858. Windows color (decimal): -5498176 or 12589740. OLE color: 12589740.

HSL color Cylindrical-coordinate representation of color #AC1AC0: hue angle of 292.77º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1AC0 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 26 192 -
CMYK 0.10 0.86 0 0.25
HSL 292.77º 0.76% 0.43% -
HSV(B) 292.77º 0.86% 0.75% -
XYZ 26.9 13.32 51.02 -
YUV 88.58 186.37 187.5 -
System Red Green Blue C M Y K H S L
Decimal 172 26 192 0.10 0.86 0 0.25 292.77 0.76 0.43
Hex AC 1A C0 A 56 0 19 125 4C 2B
Octal 254 32 300 12 126 0 31 445 114 53
Binary 10101100 11010 11000000 1010 1010110 0 11001 100100101 1001100 101011

Color Harmonies of #AC1AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1AC0

Black with #AC1AC0

Text Example


Text Example

White with #AC1AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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