Html Css Color HEX #AC2BD0 Dark Orchid

📋 copy color: '#AC2BD0'

red 172 ◦ green 43 ◦ blue 208

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

Shades of Dark Orchid #AC2BD0

Tints of Dark Orchid #AC2BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 40.66%
G = 10.17%
B = 49.17%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC2BD0 (or 0xAC2BD0) is known color: Dark Orchid. HEX triplet: AC, 2B and D0. RGB value is (172,43,208). Sum of RGB (Red+Green+Blue) = 172+43+208=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC2BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BD0 is #53D42F. Grayscale: #636363. Windows color (decimal): -5493808 or 13642668. OLE color: 13642668.

HSL color Cylindrical-coordinate representation of color #AC2BD0: hue angle of 286.91º 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 #AC2BD0 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 43 208 -
CMYK 0.17 0.79 0 0.18
HSL 286.91º 0.66% 0.49% -
HSV(B) 286.91º 0.79% 0.82% -
XYZ 29.26 15.05 61.04 -
YUV 100.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 172 43 208 0.17 0.79 0 0.18 286.91 0.66 0.49
Hex AC 2B D0 11 4F 0 12 11F 42 31
Octal 254 53 320 21 117 0 22 437 102 61
Binary 10101100 101011 11010000 10001 1001111 0 10010 100011111 1000010 110001

Color Harmonies of #AC2BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BD0

Black with #AC2BD0

Text Example


Text Example

White with #AC2BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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