Html Css Color HEX #AC22D5 Dark Orchid

📋 copy color: '#AC22D5'

red 172 ◦ green 34 ◦ blue 213

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

Shades of Dark Orchid #AC22D5

Tints of Dark Orchid #AC22D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.84%

R = 41.05%
G = 8.11%
B = 50.84%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC22D5 (or 0xAC22D5) is known color: Dark Orchid. HEX triplet: AC, 22 and D5. RGB value is (172,34,213). Sum of RGB (Red+Green+Blue) = 172+34+213=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC22D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC22D5 is #53DD2A. Grayscale: #5F5F5F. Windows color (decimal): -5496107 or 13968044. OLE color: 13968044.

HSL color Cylindrical-coordinate representation of color #AC22D5: hue angle of 286.26º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC22D5 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 34 213 -
CMYK 0.19 0.84 0 0.16
HSL 286.26º 0.72% 0.48% -
HSV(B) 286.26º 0.84% 0.84% -
XYZ 29.6 14.72 64.23 -
YUV 95.67 194.22 182.45 -
System Red Green Blue C M Y K H S L
Decimal 172 34 213 0.19 0.84 0 0.16 286.26 0.72 0.48
Hex AC 22 D5 13 54 0 10 11E 48 30
Octal 254 42 325 23 124 0 20 436 110 60
Binary 10101100 100010 11010101 10011 1010100 0 10000 100011110 1001000 110000

Color Harmonies of #AC22D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC22D5

Black with #AC22D5

Text Example


Text Example

White with #AC22D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC22D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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