Html Css Color HEX #AC2BBB Dark Orchid

📋 copy color: '#AC2BBB'

red 172 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #AC2BBB

Tints of Dark Orchid #AC2BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 42.79%
G = 10.7%
B = 46.52%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC2BBB (or 0xAC2BBB) is known color: Dark Orchid. HEX triplet: AC, 2B and BB. RGB value is (172,43,187). Sum of RGB (Red+Green+Blue) = 172+43+187=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC2BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BBB is #53D444. Grayscale: #616161. Windows color (decimal): -5493829 or 12266412. OLE color: 12266412.

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

Color convert

RGB 172 43 187 -
CMYK 0.08 0.77 0 0.27
HSL 293.75º 0.63% 0.45% -
HSV(B) 293.75º 0.77% 0.73% -
XYZ 26.85 14.09 48.32 -
YUV 97.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 172 43 187 0.08 0.77 0 0.27 293.75 0.63 0.45
Hex AC 2B BB 8 4D 0 1B 126 3F 2D
Octal 254 53 273 10 115 0 33 446 77 55
Binary 10101100 101011 10111011 1000 1001101 0 11011 100100110 111111 101101

Color Harmonies of #AC2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BBB

Black with #AC2BBB

Text Example


Text Example

White with #AC2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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