Html Css Color HEX #AC2DBE Dark Orchid

📋 copy color: '#AC2DBE'

red 172 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #AC2DBE

Tints of Dark Orchid #AC2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.06%

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 42.26%
G = 11.06%
B = 46.68%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC2DBE (or 0xAC2DBE) is known color: Dark Orchid. HEX triplet: AC, 2D and BE. RGB value is (172,45,190). Sum of RGB (Red+Green+Blue) = 172+45+190=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DBE is #53D241. Grayscale: #636363. Windows color (decimal): -5493314 or 12463532. OLE color: 12463532.

HSL color Cylindrical-coordinate representation of color #AC2DBE: hue angle of 292.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2DBE is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 45 190 -
CMYK 0.09 0.76 0 0.25
HSL 292.55º 0.62% 0.46% -
HSV(B) 292.55º 0.76% 0.75% -
XYZ 27.25 14.37 50.05 -
YUV 99.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 172 45 190 0.09 0.76 0 0.25 292.55 0.62 0.46
Hex AC 2D BE 9 4C 0 19 125 3E 2E
Octal 254 55 276 11 114 0 31 445 76 56
Binary 10101100 101101 10111110 1001 1001100 0 11001 100100101 111110 101110

Color Harmonies of #AC2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DBE

Black with #AC2DBE

Text Example


Text Example

White with #AC2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DBE; }

 p { color: rgb(172,45,190); }

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

background-color css

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

 a { background-color: rgb(172,45,190); }

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

border-color css

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

 span { border-color: rgb(172,45,190); }

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