Html Css Color HEX #AC2CC1 Dark Orchid

📋 copy color: '#AC2CC1'

red 172 ◦ green 44 ◦ blue 193

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

Shades of Dark Orchid #AC2CC1

Tints of Dark Orchid #AC2CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.19%

R = 42.05%
G = 10.76%
B = 47.19%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC2CC1 (or 0xAC2CC1) is known color: Dark Orchid. HEX triplet: AC, 2C and C1. RGB value is (172,44,193). Sum of RGB (Red+Green+Blue) = 172+44+193=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC2CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CC1 is #53D33E. Grayscale: #626262. Windows color (decimal): -5493567 or 12659884. OLE color: 12659884.

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

Color convert

RGB 172 44 193 -
CMYK 0.11 0.77 0 0.24
HSL 291.54º 0.63% 0.46% -
HSV(B) 291.54º 0.77% 0.76% -
XYZ 27.54 14.42 51.78 -
YUV 99.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 172 44 193 0.11 0.77 0 0.24 291.54 0.63 0.46
Hex AC 2C C1 B 4D 0 18 124 3F 2E
Octal 254 54 301 13 115 0 30 444 77 56
Binary 10101100 101100 11000001 1011 1001101 0 11000 100100100 111111 101110

Color Harmonies of #AC2CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2CC1

Black with #AC2CC1

Text Example


Text Example

White with #AC2CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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