Html Css Color HEX #AC2BBC Dark Orchid

📋 copy color: '#AC2BBC'

red 172 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #AC2BBC

Tints of Dark Orchid #AC2BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 42.68%
G = 10.67%
B = 46.65%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC2BBC (or 0xAC2BBC) is known color: Dark Orchid. HEX triplet: AC, 2B and BC. RGB value is (172,43,188). Sum of RGB (Red+Green+Blue) = 172+43+188=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC2BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BBC is #53D443. Grayscale: #616161. Windows color (decimal): -5493828 or 12331948. OLE color: 12331948.

HSL color Cylindrical-coordinate representation of color #AC2BBC: hue angle of 293.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2BBC is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 43 188 -
CMYK 0.09 0.77 0 0.26
HSL 293.38º 0.63% 0.45% -
HSV(B) 293.38º 0.77% 0.74% -
XYZ 26.95 14.13 48.88 -
YUV 98.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 172 43 188 0.09 0.77 0 0.26 293.38 0.63 0.45
Hex AC 2B BC 9 4D 0 1A 125 3F 2D
Octal 254 53 274 11 115 0 32 445 77 55
Binary 10101100 101011 10111100 1001 1001101 0 11010 100100101 111111 101101

Color Harmonies of #AC2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BBC

Black with #AC2BBC

Text Example


Text Example

White with #AC2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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