Html Css Color HEX #AC33BF Dark Orchid

📋 copy color: '#AC33BF'

red 172 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #AC33BF

Tints of Dark Orchid #AC33BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.32%

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

R = 41.55%
G = 12.32%
B = 46.14%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC33BF (or 0xAC33BF) is known color: Dark Orchid. HEX triplet: AC, 33 and BF. RGB value is (172,51,191). Sum of RGB (Red+Green+Blue) = 172+51+191=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC33BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33BF is #53CC40. Grayscale: #666666. Windows color (decimal): -5491777 or 12530604. OLE color: 12530604.

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

Color convert

RGB 172 51 191 -
CMYK 0.10 0.73 0 0.25
HSL 291.86º 0.58% 0.47% -
HSV(B) 291.86º 0.73% 0.75% -
XYZ 27.6 14.9 50.71 -
YUV 103.14 177.59 177.12 -
System Red Green Blue C M Y K H S L
Decimal 172 51 191 0.10 0.73 0 0.25 291.86 0.58 0.47
Hex AC 33 BF A 49 0 19 124 3A 2F
Octal 254 63 277 12 111 0 31 444 72 57
Binary 10101100 110011 10111111 1010 1001001 0 11001 100100100 111010 101111

Color Harmonies of #AC33BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC33BF

Black with #AC33BF

Text Example


Text Example

White with #AC33BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC33BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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