Html Css Color HEX #AC2BD1 Dark Orchid

📋 copy color: '#AC2BD1'

red 172 ◦ green 43 ◦ blue 209

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

Shades of Dark Orchid #AC2BD1

Tints of Dark Orchid #AC2BD1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.14%

 BLUE value IS 209 (82.03% from 255) = 49.29%

R = 40.57%
G = 10.14%
B = 49.29%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC2BD1 (or 0xAC2BD1) is known color: Dark Orchid. HEX triplet: AC, 2B and D1. RGB value is (172,43,209). Sum of RGB (Red+Green+Blue) = 172+43+209=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC2BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BD1 is #53D42E. Grayscale: #636363. Windows color (decimal): -5493807 or 13708204. OLE color: 13708204.

HSL color Cylindrical-coordinate representation of color #AC2BD1: hue angle of 286.63º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2BD1 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 43 209 -
CMYK 0.18 0.79 0 0.18
HSL 286.63º 0.66% 0.49% -
HSV(B) 286.63º 0.79% 0.82% -
XYZ 29.39 15.1 61.69 -
YUV 100.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 172 43 209 0.18 0.79 0 0.18 286.63 0.66 0.49
Hex AC 2B D1 12 4F 0 12 11F 42 31
Octal 254 53 321 22 117 0 22 437 102 61
Binary 10101100 101011 11010001 10010 1001111 0 10010 100011111 1000010 110001

Color Harmonies of #AC2BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BD1

Black with #AC2BD1

Text Example


Text Example

White with #AC2BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BD1; }

 p { color: rgb(172,43,209); }

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

background-color css

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

 a { background-color: rgb(172,43,209); }

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

border-color css

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

 span { border-color: rgb(172,43,209); }

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