Html Css Color HEX #AC2BC0 Dark Orchid

📋 copy color: '#AC2BC0'

red 172 ◦ green 43 ◦ blue 192

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

Shades of Dark Orchid #AC2BC0

Tints of Dark Orchid #AC2BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.17%

R = 42.26%
G = 10.57%
B = 47.17%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC2BC0 (or 0xAC2BC0) is known color: Dark Orchid. HEX triplet: AC, 2B and C0. RGB value is (172,43,192). Sum of RGB (Red+Green+Blue) = 172+43+192=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC2BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BC0 is #53D43F. Grayscale: #626262. Windows color (decimal): -5493824 or 12594092. OLE color: 12594092.

HSL color Cylindrical-coordinate representation of color #AC2BC0: hue angle of 291.95º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2BC0 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 43 192 -
CMYK 0.10 0.78 0 0.25
HSL 291.95º 0.63% 0.46% -
HSV(B) 291.95º 0.78% 0.75% -
XYZ 27.39 14.3 51.19 -
YUV 98.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 172 43 192 0.10 0.78 0 0.25 291.95 0.63 0.46
Hex AC 2B C0 A 4E 0 19 124 3F 2E
Octal 254 53 300 12 116 0 31 444 77 56
Binary 10101100 101011 11000000 1010 1001110 0 11001 100100100 111111 101110

Color Harmonies of #AC2BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BC0

Black with #AC2BC0

Text Example


Text Example

White with #AC2BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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