Html Css Color HEX #AC2BC2 Dark Orchid

📋 copy color: '#AC2BC2'

red 172 ◦ green 43 ◦ blue 194

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

Shades of Dark Orchid #AC2BC2

Tints of Dark Orchid #AC2BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.43%

R = 42.05%
G = 10.51%
B = 47.43%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC2BC2 (or 0xAC2BC2) is known color: Dark Orchid. HEX triplet: AC, 2B and C2. RGB value is (172,43,194). Sum of RGB (Red+Green+Blue) = 172+43+194=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC2BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BC2 is #53D43D. Grayscale: #626262. Windows color (decimal): -5493822 or 12725164. OLE color: 12725164.

HSL color Cylindrical-coordinate representation of color #AC2BC2: hue angle of 291.26º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2BC2 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 43 194 -
CMYK 0.11 0.78 0 0.24
HSL 291.26º 0.64% 0.46% -
HSV(B) 291.26º 0.78% 0.76% -
XYZ 27.61 14.39 52.36 -
YUV 98.79 181.74 180.22 -
System Red Green Blue C M Y K H S L
Decimal 172 43 194 0.11 0.78 0 0.24 291.26 0.64 0.46
Hex AC 2B C2 B 4E 0 18 123 40 2E
Octal 254 53 302 13 116 0 30 443 100 56
Binary 10101100 101011 11000010 1011 1001110 0 11000 100100011 1000000 101110

Color Harmonies of #AC2BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BC2

Black with #AC2BC2

Text Example


Text Example

White with #AC2BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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