Html Css Color HEX #AC3BBB Dark Orchid

📋 copy color: '#AC3BBB'

red 172 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #AC3BBB

Tints of Dark Orchid #AC3BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.11%

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

R = 41.15%
G = 14.11%
B = 44.74%

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

#AC3BBB (or 0xAC3BBB) is known color: Dark Orchid. HEX triplet: AC, 3B and BB. RGB value is (172,59,187). Sum of RGB (Red+Green+Blue) = 172+59+187=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC3BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BBB is #53C444. Grayscale: #6A6A6A. Windows color (decimal): -5489733 or 12270508. OLE color: 12270508.

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

Color convert

RGB 172 59 187 -
CMYK 0.08 0.68 0 0.27
HSL 292.97º 0.52% 0.48% -
HSV(B) 292.97º 0.68% 0.73% -
XYZ 27.55 15.49 48.55 -
YUV 107.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 172 59 187 0.08 0.68 0 0.27 292.97 0.52 0.48
Hex AC 3B BB 8 44 0 1B 125 34 30
Octal 254 73 273 10 104 0 33 445 64 60
Binary 10101100 111011 10111011 1000 1000100 0 11011 100100101 110100 110000

Color Harmonies of #AC3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BBB

Black with #AC3BBB

Text Example


Text Example

White with #AC3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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