Html Css Color HEX #AC23BC Dark Orchid

📋 copy color: '#AC23BC'

red 172 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #AC23BC

Tints of Dark Orchid #AC23BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 43.54%
G = 8.86%
B = 47.59%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC23BC (or 0xAC23BC) is known color: Dark Orchid. HEX triplet: AC, 23 and BC. RGB value is (172,35,188). Sum of RGB (Red+Green+Blue) = 172+35+188=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC23BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23BC is #53DC43. Grayscale: #5C5C5C. Windows color (decimal): -5495876 or 12329900. OLE color: 12329900.

HSL color Cylindrical-coordinate representation of color #AC23BC: hue angle of 293.73º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC23BC is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 35 188 -
CMYK 0.09 0.81 0 0.26
HSL 293.73º 0.69% 0.44% -
HSV(B) 293.73º 0.81% 0.74% -
XYZ 26.69 13.6 48.8 -
YUV 93.41 181.39 184.06 -
System Red Green Blue C M Y K H S L
Decimal 172 35 188 0.09 0.81 0 0.26 293.73 0.69 0.44
Hex AC 23 BC 9 51 0 1A 126 45 2C
Octal 254 43 274 11 121 0 32 446 105 54
Binary 10101100 100011 10111100 1001 1010001 0 11010 100100110 1000101 101100

Color Harmonies of #AC23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC23BC

Black with #AC23BC

Text Example


Text Example

White with #AC23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC23BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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