Html Css Color HEX #AC23C0 Dark Orchid

📋 copy color: '#AC23C0'

red 172 ◦ green 35 ◦ blue 192

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

Shades of Dark Orchid #AC23C0

Tints of Dark Orchid #AC23C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.12%

R = 43.11%
G = 8.77%
B = 48.12%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC23C0 (or 0xAC23C0) is known color: Dark Orchid. HEX triplet: AC, 23 and C0. RGB value is (172,35,192). Sum of RGB (Red+Green+Blue) = 172+35+192=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC23C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23C0 is #53DC3F. Grayscale: #5D5D5D. Windows color (decimal): -5495872 or 12592044. OLE color: 12592044.

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

Color convert

RGB 172 35 192 -
CMYK 0.10 0.82 0 0.25
HSL 292.36º 0.69% 0.45% -
HSV(B) 292.36º 0.82% 0.75% -
XYZ 27.13 13.78 51.1 -
YUV 93.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 172 35 192 0.10 0.82 0 0.25 292.36 0.69 0.45
Hex AC 23 C0 A 52 0 19 124 45 2D
Octal 254 43 300 12 122 0 31 444 105 55
Binary 10101100 100011 11000000 1010 1010010 0 11001 100100100 1000101 101101

Color Harmonies of #AC23C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC23C0

Black with #AC23C0

Text Example


Text Example

White with #AC23C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC23C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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