Html Css Color HEX #AC1DBD Dark Orchid

📋 copy color: '#AC1DBD'

red 172 ◦ green 29 ◦ blue 189

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

Shades of Dark Orchid #AC1DBD

Tints of Dark Orchid #AC1DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 44.1%
G = 7.44%
B = 48.46%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC1DBD (or 0xAC1DBD) is known color: Dark Orchid. HEX triplet: AC, 1D and BD. RGB value is (172,29,189). Sum of RGB (Red+Green+Blue) = 172+29+189=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC1DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1DBD is #53E242. Grayscale: #595959. Windows color (decimal): -5497411 or 12393900. OLE color: 12393900.

HSL color Cylindrical-coordinate representation of color #AC1DBD: hue angle of 293.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1DBD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 29 189 -
CMYK 0.09 0.85 0 0.26
HSL 293.63º 0.73% 0.43% -
HSV(B) 293.63º 0.85% 0.74% -
XYZ 26.64 13.32 49.31 -
YUV 90 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 172 29 189 0.09 0.85 0 0.26 293.63 0.73 0.43
Hex AC 1D BD 9 55 0 1A 126 49 2B
Octal 254 35 275 11 125 0 32 446 111 53
Binary 10101100 11101 10111101 1001 1010101 0 11010 100100110 1001001 101011

Color Harmonies of #AC1DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DBD

Black with #AC1DBD

Text Example


Text Example

White with #AC1DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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