Html Css Color HEX #AC23DC Dark Orchid

📋 copy color: '#AC23DC'

red 172 ◦ green 35 ◦ blue 220

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

Shades of Dark Orchid #AC23DC

Tints of Dark Orchid #AC23DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 40.28%
G = 8.2%
B = 51.52%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC23DC (or 0xAC23DC) is known color: Dark Orchid. HEX triplet: AC, 23 and DC. RGB value is (172,35,220). Sum of RGB (Red+Green+Blue) = 172+35+220=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC23DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23DC is #53DC23. Grayscale: #606060. Windows color (decimal): -5495844 or 14427052. OLE color: 14427052.

HSL color Cylindrical-coordinate representation of color #AC23DC: hue angle of 284.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC23DC is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 35 220 -
CMYK 0.22 0.84 0 0.14
HSL 284.43º 0.73% 0.5% -
HSV(B) 284.43º 0.84% 0.86% -
XYZ 30.53 15.14 69.02 -
YUV 97.05 197.39 181.46 -
System Red Green Blue C M Y K H S L
Decimal 172 35 220 0.22 0.84 0 0.14 284.43 0.73 0.5
Hex AC 23 DC 16 54 0 E 11C 49 32
Octal 254 43 334 26 124 0 16 434 111 62
Binary 10101100 100011 11011100 10110 1010100 0 1110 100011100 1001001 110010

Color Harmonies of #AC23DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC23DC

Black with #AC23DC

Text Example


Text Example

White with #AC23DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC23DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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