Html Css Color HEX #AC23AC Dark Orchid

📋 copy color: '#AC23AC'

red 172 ◦ green 35 ◦ blue 172

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

Shades of Dark Orchid #AC23AC

Tints of Dark Orchid #AC23AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.23%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 45.38%
G = 9.23%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC23AC (or 0xAC23AC) is known color: Dark Orchid. HEX triplet: AC, 23 and AC. RGB value is (172,35,172). Sum of RGB (Red+Green+Blue) = 172+35+172=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC23AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC23AC is #53DC53. Grayscale: #5B5B5B. Windows color (decimal): -5495892 or 11281324. OLE color: 11281324.

HSL color Cylindrical-coordinate representation of color #AC23AC: hue angle of 300º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC23AC is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 172 -
CMYK 0 0.80 0 0.33
HSL 300º 0.66% 0.41% -
HSV(B) 300º 0.8% 0.67% -
XYZ 25.06 12.95 40.21 -
YUV 91.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 172 35 172 0 0.80 0 0.33 300 0.66 0.41
Hex AC 23 AC 0 50 0 21 12C 42 29
Octal 254 43 254 0 120 0 41 454 102 51
Binary 10101100 100011 10101100 0 1010000 0 100001 100101100 1000010 101001

Color Harmonies of #AC23AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC23AC

Black with #AC23AC

Text Example


Text Example

White with #AC23AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC23AC; }

 p { color: rgb(172,35,172); }

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

background-color css

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

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

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

border-color css

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

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

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