Html Css Color HEX #AC23CA Dark Orchid

📋 copy color: '#AC23CA'

red 172 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #AC23CA

Tints of Dark Orchid #AC23CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 42.05%
G = 8.56%
B = 49.39%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC23CA (or 0xAC23CA) is known color: Dark Orchid. HEX triplet: AC, 23 and CA. RGB value is (172,35,202). Sum of RGB (Red+Green+Blue) = 172+35+202=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC23CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23CA is #53DC35. Grayscale: #5E5E5E. Windows color (decimal): -5495862 or 13247404. OLE color: 13247404.

HSL color Cylindrical-coordinate representation of color #AC23CA: hue angle of 289.22º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC23CA is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 35 202 -
CMYK 0.15 0.83 0 0.21
HSL 289.22º 0.7% 0.46% -
HSV(B) 289.22º 0.83% 0.79% -
XYZ 28.27 14.24 57.13 -
YUV 95 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 172 35 202 0.15 0.83 0 0.21 289.22 0.7 0.46
Hex AC 23 CA F 53 0 15 121 46 2E
Octal 254 43 312 17 123 0 25 441 106 56
Binary 10101100 100011 11001010 1111 1010011 0 10101 100100001 1000110 101110

Color Harmonies of #AC23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC23CA

Black with #AC23CA

Text Example


Text Example

White with #AC23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC23CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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