Html Css Color HEX #AC22C1 Dark Orchid

📋 copy color: '#AC22C1'

red 172 ◦ green 34 ◦ blue 193

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

Shades of Dark Orchid #AC22C1

Tints of Dark Orchid #AC22C1

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.52%

 BLUE value IS 193 (75.78% from 255) = 48.37%

R = 43.11%
G = 8.52%
B = 48.37%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC22C1 (or 0xAC22C1) is known color: Dark Orchid. HEX triplet: AC, 22 and C1. RGB value is (172,34,193). Sum of RGB (Red+Green+Blue) = 172+34+193=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC22C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC22C1 is #53DD3E. Grayscale: #5C5C5C. Windows color (decimal): -5496127 or 12657324. OLE color: 12657324.

HSL color Cylindrical-coordinate representation of color #AC22C1: hue angle of 292.08º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC22C1 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 34 193 -
CMYK 0.11 0.82 0 0.24
HSL 292.08º 0.7% 0.45% -
HSV(B) 292.08º 0.82% 0.76% -
XYZ 27.21 13.76 51.67 -
YUV 93.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 172 34 193 0.11 0.82 0 0.24 292.08 0.7 0.45
Hex AC 22 C1 B 52 0 18 124 46 2D
Octal 254 42 301 13 122 0 30 444 106 55
Binary 10101100 100010 11000001 1011 1010010 0 11000 100100100 1000110 101101

Color Harmonies of #AC22C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC22C1

Black with #AC22C1

Text Example


Text Example

White with #AC22C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC22C1; }

 p { color: rgb(172,34,193); }

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

background-color css

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

 a { background-color: rgb(172,34,193); }

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

border-color css

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

 span { border-color: rgb(172,34,193); }

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