Html Css Color HEX #AC3DBC Dark Orchid

📋 copy color: '#AC3DBC'

red 172 ◦ green 61 ◦ blue 188

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

Shades of Dark Orchid #AC3DBC

Tints of Dark Orchid #AC3DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.49%

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

R = 40.86%
G = 14.49%
B = 44.66%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC3DBC (or 0xAC3DBC) is known color: Dark Orchid. HEX triplet: AC, 3D and BC. RGB value is (172,61,188). Sum of RGB (Red+Green+Blue) = 172+61+188=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC3DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DBC is #53C243. Grayscale: #6C6C6C. Windows color (decimal): -5489220 or 12336556. OLE color: 12336556.

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

Color convert

RGB 172 61 188 -
CMYK 0.09 0.68 0 0.26
HSL 292.44º 0.51% 0.49% -
HSV(B) 292.44º 0.68% 0.74% -
XYZ 27.76 15.74 49.15 -
YUV 108.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 172 61 188 0.09 0.68 0 0.26 292.44 0.51 0.49
Hex AC 3D BC 9 44 0 1A 124 33 31
Octal 254 75 274 11 104 0 32 444 63 61
Binary 10101100 111101 10111100 1001 1000100 0 11010 100100100 110011 110001

Color Harmonies of #AC3DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3DBC

Black with #AC3DBC

Text Example


Text Example

White with #AC3DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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