Html Css Color HEX #AC2BCE Dark Orchid

📋 copy color: '#AC2BCE'

red 172 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #AC2BCE

Tints of Dark Orchid #AC2BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 40.86%
G = 10.21%
B = 48.93%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC2BCE (or 0xAC2BCE) is known color: Dark Orchid. HEX triplet: AC, 2B and CE. RGB value is (172,43,206). Sum of RGB (Red+Green+Blue) = 172+43+206=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC2BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BCE is #53D431. Grayscale: #636363. Windows color (decimal): -5493810 or 13511596. OLE color: 13511596.

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

Color convert

RGB 172 43 206 -
CMYK 0.17 0.79 0 0.19
HSL 287.48º 0.65% 0.49% -
HSV(B) 287.48º 0.79% 0.81% -
XYZ 29.02 14.95 59.75 -
YUV 100.15 187.74 179.25 -
System Red Green Blue C M Y K H S L
Decimal 172 43 206 0.17 0.79 0 0.19 287.48 0.65 0.49
Hex AC 2B CE 11 4F 0 13 11F 41 31
Octal 254 53 316 21 117 0 23 437 101 61
Binary 10101100 101011 11001110 10001 1001111 0 10011 100011111 1000001 110001

Color Harmonies of #AC2BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BCE

Black with #AC2BCE

Text Example


Text Example

White with #AC2BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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