Html Css Color HEX #AC2CB7 Dark Orchid

📋 copy color: '#AC2CB7'

red 172 ◦ green 44 ◦ blue 183

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

Shades of Dark Orchid #AC2CB7

Tints of Dark Orchid #AC2CB7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.03%

 BLUE value IS 183 (71.88% from 255) = 45.86%

R = 43.11%
G = 11.03%
B = 45.86%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC2CB7 (or 0xAC2CB7) is known color: Dark Orchid. HEX triplet: AC, 2C and B7. RGB value is (172,44,183). Sum of RGB (Red+Green+Blue) = 172+44+183=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC2CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CB7 is #53D348. Grayscale: #616161. Windows color (decimal): -5493577 or 12004524. OLE color: 12004524.

HSL color Cylindrical-coordinate representation of color #AC2CB7: hue angle of 295.25º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2CB7 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 44 183 -
CMYK 0.06 0.76 0 0.28
HSL 295.25º 0.61% 0.45% -
HSV(B) 295.25º 0.76% 0.72% -
XYZ 26.46 13.99 46.11 -
YUV 98.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 172 44 183 0.06 0.76 0 0.28 295.25 0.61 0.45
Hex AC 2C B7 6 4C 0 1C 127 3D 2D
Octal 254 54 267 6 114 0 34 447 75 55
Binary 10101100 101100 10110111 110 1001100 0 11100 100100111 111101 101101

Color Harmonies of #AC2CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2CB7

Black with #AC2CB7

Text Example


Text Example

White with #AC2CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2CB7; }

 p { color: rgb(172,44,183); }

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

background-color css

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

 a { background-color: rgb(172,44,183); }

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

border-color css

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

 span { border-color: rgb(172,44,183); }

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