Html Css Color HEX #AC1DBA Dark Orchid

📋 copy color: '#AC1DBA'

red 172 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #AC1DBA

Tints of Dark Orchid #AC1DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.49%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 44.44%
G = 7.49%
B = 48.06%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC1DBA (or 0xAC1DBA) is known color: Dark Orchid. HEX triplet: AC, 1D and BA. RGB value is (172,29,186). Sum of RGB (Red+Green+Blue) = 172+29+186=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1DBA is #53E245. Grayscale: #595959. Windows color (decimal): -5497414 or 12197292. OLE color: 12197292.

HSL color Cylindrical-coordinate representation of color #AC1DBA: hue angle of 294.65º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1DBA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 29 186 -
CMYK 0.08 0.84 0 0.27
HSL 294.65º 0.73% 0.42% -
HSV(B) 294.65º 0.84% 0.73% -
XYZ 26.32 13.19 47.61 -
YUV 89.66 182.38 186.73 -
System Red Green Blue C M Y K H S L
Decimal 172 29 186 0.08 0.84 0 0.27 294.65 0.73 0.42
Hex AC 1D BA 8 54 0 1B 127 49 2A
Octal 254 35 272 10 124 0 33 447 111 52
Binary 10101100 11101 10111010 1000 1010100 0 11011 100100111 1001001 101010

Color Harmonies of #AC1DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DBA

Black with #AC1DBA

Text Example


Text Example

White with #AC1DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DBA; }

 p { color: rgb(172,29,186); }

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

background-color css

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

 a { background-color: rgb(172,29,186); }

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

border-color css

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

 span { border-color: rgb(172,29,186); }

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