Html Css Color HEX #AC33BD Dark Orchid

📋 copy color: '#AC33BD'

red 172 ◦ green 51 ◦ blue 189

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

Shades of Dark Orchid #AC33BD

Tints of Dark Orchid #AC33BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 41.75%
G = 12.38%
B = 45.87%

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

#AC33BD (or 0xAC33BD) is known color: Dark Orchid. HEX triplet: AC, 33 and BD. RGB value is (172,51,189). Sum of RGB (Red+Green+Blue) = 172+51+189=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC33BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33BD is #53CC42. Grayscale: #666666. Windows color (decimal): -5491779 or 12399532. OLE color: 12399532.

HSL color Cylindrical-coordinate representation of color #AC33BD: hue angle of 292.61º 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 #AC33BD is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 51 189 -
CMYK 0.09 0.73 0 0.26
HSL 292.61º 0.58% 0.47% -
HSV(B) 292.61º 0.73% 0.74% -
XYZ 27.38 14.81 49.56 -
YUV 102.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 172 51 189 0.09 0.73 0 0.26 292.61 0.58 0.47
Hex AC 33 BD 9 49 0 1A 125 3A 2F
Octal 254 63 275 11 111 0 32 445 72 57
Binary 10101100 110011 10111101 1001 1001001 0 11010 100100101 111010 101111

Color Harmonies of #AC33BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC33BD

Black with #AC33BD

Text Example


Text Example

White with #AC33BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC33BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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