Html Css Color HEX #AC3CBA Dark Orchid

📋 copy color: '#AC3CBA'

red 172 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #AC3CBA

Tints of Dark Orchid #AC3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.35%

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

R = 41.15%
G = 14.35%
B = 44.5%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC3CBA (or 0xAC3CBA) is known color: Dark Orchid. HEX triplet: AC, 3C and BA. RGB value is (172,60,186). Sum of RGB (Red+Green+Blue) = 172+60+186=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC3CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CBA is #53C345. Grayscale: #6B6B6B. Windows color (decimal): -5489478 or 12205228. OLE color: 12205228.

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

Color convert

RGB 172 60 186 -
CMYK 0.08 0.68 0 0.27
HSL 293.33º 0.51% 0.48% -
HSV(B) 293.33º 0.68% 0.73% -
XYZ 27.49 15.55 48.01 -
YUV 107.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 172 60 186 0.08 0.68 0 0.27 293.33 0.51 0.48
Hex AC 3C BA 8 44 0 1B 125 33 30
Octal 254 74 272 10 104 0 33 445 63 60
Binary 10101100 111100 10111010 1000 1000100 0 11011 100100101 110011 110000

Color Harmonies of #AC3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3CBA

Black with #AC3CBA

Text Example


Text Example

White with #AC3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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