Html Css Color HEX #AC2BBA Dark Orchid

📋 copy color: '#AC2BBA'

red 172 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #AC2BBA

Tints of Dark Orchid #AC2BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 42.89%
G = 10.72%
B = 46.38%

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

#AC2BBA (or 0xAC2BBA) is known color: Dark Orchid. HEX triplet: AC, 2B and BA. RGB value is (172,43,186). Sum of RGB (Red+Green+Blue) = 172+43+186=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BBA is #53D445. Grayscale: #616161. Windows color (decimal): -5493830 or 12200876. OLE color: 12200876.

HSL color Cylindrical-coordinate representation of color #AC2BBA: hue angle of 294.13º degrees, saturation: 0.62, 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 #AC2BBA is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 43 186 -
CMYK 0.08 0.77 0 0.27
HSL 294.13º 0.62% 0.45% -
HSV(B) 294.13º 0.77% 0.73% -
XYZ 26.74 14.04 47.76 -
YUV 97.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 172 43 186 0.08 0.77 0 0.27 294.13 0.62 0.45
Hex AC 2B BA 8 4D 0 1B 126 3E 2D
Octal 254 53 272 10 115 0 33 446 76 55
Binary 10101100 101011 10111010 1000 1001101 0 11011 100100110 111110 101101

Color Harmonies of #AC2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BBA

Black with #AC2BBA

Text Example


Text Example

White with #AC2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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