Html Css Color HEX #AC2BCD Dark Orchid

📋 copy color: '#AC2BCD'

red 172 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #AC2BCD

Tints of Dark Orchid #AC2BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 40.95%
G = 10.24%
B = 48.81%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC2BCD (or 0xAC2BCD) is known color: Dark Orchid. HEX triplet: AC, 2B and CD. RGB value is (172,43,205). Sum of RGB (Red+Green+Blue) = 172+43+205=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC2BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BCD is #53D432. Grayscale: #636363. Windows color (decimal): -5493811 or 13446060. OLE color: 13446060.

HSL color Cylindrical-coordinate representation of color #AC2BCD: hue angle of 287.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2BCD is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 43 205 -
CMYK 0.16 0.79 0 0.20
HSL 287.78º 0.65% 0.49% -
HSV(B) 287.78º 0.79% 0.8% -
XYZ 28.9 14.91 59.11 -
YUV 100.04 187.24 179.33 -
System Red Green Blue C M Y K H S L
Decimal 172 43 205 0.16 0.79 0 0.20 287.78 0.65 0.49
Hex AC 2B CD 10 4F 0 14 120 41 31
Octal 254 53 315 20 117 0 24 440 101 61
Binary 10101100 101011 11001101 10000 1001111 0 10100 100100000 1000001 110001

Color Harmonies of #AC2BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BCD

Black with #AC2BCD

Text Example


Text Example

White with #AC2BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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