Html Css Color HEX #AC23CE Dark Orchid

📋 copy color: '#AC23CE'

red 172 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #AC23CE

Tints of Dark Orchid #AC23CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 41.65%
G = 8.47%
B = 49.88%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC23CE (or 0xAC23CE) is known color: Dark Orchid. HEX triplet: AC, 23 and CE. RGB value is (172,35,206). Sum of RGB (Red+Green+Blue) = 172+35+206=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC23CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23CE is #53DC31. Grayscale: #5E5E5E. Windows color (decimal): -5495858 or 13509548. OLE color: 13509548.

HSL color Cylindrical-coordinate representation of color #AC23CE: hue angle of 288.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC23CE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 35 206 -
CMYK 0.17 0.83 0 0.19
HSL 288.07º 0.71% 0.47% -
HSV(B) 288.07º 0.83% 0.81% -
XYZ 28.75 14.43 59.66 -
YUV 95.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 172 35 206 0.17 0.83 0 0.19 288.07 0.71 0.47
Hex AC 23 CE 11 53 0 13 120 47 2F
Octal 254 43 316 21 123 0 23 440 107 57
Binary 10101100 100011 11001110 10001 1010011 0 10011 100100000 1000111 101111

Color Harmonies of #AC23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC23CE

Black with #AC23CE

Text Example


Text Example

White with #AC23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC23CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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