Html Css Color HEX #AC33BC Dark Orchid

📋 copy color: '#AC33BC'

red 172 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #AC33BC

Tints of Dark Orchid #AC33BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 41.85%
G = 12.41%
B = 45.74%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC33BC (or 0xAC33BC) is known color: Dark Orchid. HEX triplet: AC, 33 and BC. RGB value is (172,51,188). Sum of RGB (Red+Green+Blue) = 172+51+188=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC33BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33BC is #53CC43. Grayscale: #666666. Windows color (decimal): -5491780 or 12333996. OLE color: 12333996.

HSL color Cylindrical-coordinate representation of color #AC33BC: hue angle of 292.99º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC33BC is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 51 188 -
CMYK 0.09 0.73 0 0.26
HSL 292.99º 0.57% 0.47% -
HSV(B) 292.99º 0.73% 0.74% -
XYZ 27.27 14.77 48.99 -
YUV 102.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 172 51 188 0.09 0.73 0 0.26 292.99 0.57 0.47
Hex AC 33 BC 9 49 0 1A 125 39 2F
Octal 254 63 274 11 111 0 32 445 71 57
Binary 10101100 110011 10111100 1001 1001001 0 11010 100100101 111001 101111

Color Harmonies of #AC33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC33BC

Black with #AC33BC

Text Example


Text Example

White with #AC33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC33BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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