Html Css Color HEX #AC3CBB Dark Orchid

📋 copy color: '#AC3CBB'

red 172 ◦ green 60 ◦ blue 187

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

Shades of Dark Orchid #AC3CBB

Tints of Dark Orchid #AC3CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 41.05%
G = 14.32%
B = 44.63%

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

#AC3CBB (or 0xAC3CBB) is known color: Dark Orchid. HEX triplet: AC, 3C and BB. RGB value is (172,60,187). Sum of RGB (Red+Green+Blue) = 172+60+187=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC3CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CBB is #53C344. Grayscale: #6B6B6B. Windows color (decimal): -5489477 or 12270764. OLE color: 12270764.

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

Color convert

RGB 172 60 187 -
CMYK 0.08 0.68 0 0.27
HSL 292.91º 0.51% 0.48% -
HSV(B) 292.91º 0.68% 0.73% -
XYZ 27.6 15.59 48.57 -
YUV 107.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 172 60 187 0.08 0.68 0 0.27 292.91 0.51 0.48
Hex AC 3C BB 8 44 0 1B 125 33 30
Octal 254 74 273 10 104 0 33 445 63 60
Binary 10101100 111100 10111011 1000 1000100 0 11011 100100101 110011 110000

Color Harmonies of #AC3CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3CBB

Black with #AC3CBB

Text Example


Text Example

White with #AC3CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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