Html Css Color HEX #AC1DB0 Dark Orchid

📋 copy color: '#AC1DB0'

red 172 ◦ green 29 ◦ blue 176

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

Shades of Dark Orchid #AC1DB0

Tints of Dark Orchid #AC1DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.68%

R = 45.62%
G = 7.69%
B = 46.68%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC1DB0 (or 0xAC1DB0) is known color: Dark Orchid. HEX triplet: AC, 1D and B0. RGB value is (172,29,176). Sum of RGB (Red+Green+Blue) = 172+29+176=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC1DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1DB0 is #53E24F. Grayscale: #585858. Windows color (decimal): -5497424 or 11541932. OLE color: 11541932.

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

Color convert

RGB 172 29 176 -
CMYK 0.02 0.84 0 0.31
HSL 298.37º 0.72% 0.4% -
HSV(B) 298.37º 0.84% 0.69% -
XYZ 25.29 12.78 42.21 -
YUV 88.52 177.38 187.55 -
System Red Green Blue C M Y K H S L
Decimal 172 29 176 0.02 0.84 0 0.31 298.37 0.72 0.4
Hex AC 1D B0 2 54 0 1F 12A 48 28
Octal 254 35 260 2 124 0 37 452 110 50
Binary 10101100 11101 10110000 10 1010100 0 11111 100101010 1001000 101000

Color Harmonies of #AC1DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DB0

Black with #AC1DB0

Text Example


Text Example

White with #AC1DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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