Html Css Color HEX #AC2BBD Dark Orchid

📋 copy color: '#AC2BBD'

red 172 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #AC2BBD

Tints of Dark Orchid #AC2BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 42.57%
G = 10.64%
B = 46.78%

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

#AC2BBD (or 0xAC2BBD) is known color: Dark Orchid. HEX triplet: AC, 2B and BD. RGB value is (172,43,189). Sum of RGB (Red+Green+Blue) = 172+43+189=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC2BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BBD is #53D442. Grayscale: #616161. Windows color (decimal): -5493827 or 12397484. OLE color: 12397484.

HSL color Cylindrical-coordinate representation of color #AC2BBD: hue angle of 293.01º 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 #AC2BBD is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 43 189 -
CMYK 0.09 0.77 0 0.26
HSL 293.01º 0.63% 0.45% -
HSV(B) 293.01º 0.77% 0.74% -
XYZ 27.06 14.17 49.45 -
YUV 98.22 179.24 180.63 -
System Red Green Blue C M Y K H S L
Decimal 172 43 189 0.09 0.77 0 0.26 293.01 0.63 0.45
Hex AC 2B BD 9 4D 0 1A 125 3F 2D
Octal 254 53 275 11 115 0 32 445 77 55
Binary 10101100 101011 10111101 1001 1001101 0 11010 100100101 111111 101101

Color Harmonies of #AC2BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BBD

Black with #AC2BBD

Text Example


Text Example

White with #AC2BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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