Html Css Color HEX #AC3BBF Dark Orchid

📋 copy color: '#AC3BBF'

red 172 ◦ green 59 ◦ blue 191

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

Shades of Dark Orchid #AC3BBF

Tints of Dark Orchid #AC3BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 40.76%
G = 13.98%
B = 45.26%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC3BBF (or 0xAC3BBF) is known color: Dark Orchid. HEX triplet: AC, 3B and BF. RGB value is (172,59,191). Sum of RGB (Red+Green+Blue) = 172+59+191=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC3BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BBF is #53C440. Grayscale: #6B6B6B. Windows color (decimal): -5489729 or 12532652. OLE color: 12532652.

HSL color Cylindrical-coordinate representation of color #AC3BBF: hue angle of 291.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3BBF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 59 191 -
CMYK 0.10 0.69 0 0.25
HSL 291.36º 0.53% 0.49% -
HSV(B) 291.36º 0.69% 0.75% -
XYZ 27.98 15.66 50.84 -
YUV 107.84 174.94 173.77 -
System Red Green Blue C M Y K H S L
Decimal 172 59 191 0.10 0.69 0 0.25 291.36 0.53 0.49
Hex AC 3B BF A 45 0 19 123 35 31
Octal 254 73 277 12 105 0 31 443 65 61
Binary 10101100 111011 10111111 1010 1000101 0 11001 100100011 110101 110001

Color Harmonies of #AC3BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BBF

Black with #AC3BBF

Text Example


Text Example

White with #AC3BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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