Html Css Color HEX #AC22D0 Dark Orchid

📋 copy color: '#AC22D0'

red 172 ◦ green 34 ◦ blue 208

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

Shades of Dark Orchid #AC22D0

Tints of Dark Orchid #AC22D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.24%

R = 41.55%
G = 8.21%
B = 50.24%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC22D0 (or 0xAC22D0) is known color: Dark Orchid. HEX triplet: AC, 22 and D0. RGB value is (172,34,208). Sum of RGB (Red+Green+Blue) = 172+34+208=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC22D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC22D0 is #53DD2F. Grayscale: #5E5E5E. Windows color (decimal): -5496112 or 13640364. OLE color: 13640364.

HSL color Cylindrical-coordinate representation of color #AC22D0: hue angle of 287.59º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC22D0 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 34 208 -
CMYK 0.17 0.84 0 0.18
HSL 287.59º 0.72% 0.47% -
HSV(B) 287.59º 0.84% 0.82% -
XYZ 28.97 14.47 60.94 -
YUV 95.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 172 34 208 0.17 0.84 0 0.18 287.59 0.72 0.47
Hex AC 22 D0 11 54 0 12 120 48 2F
Octal 254 42 320 21 124 0 22 440 110 57
Binary 10101100 100010 11010000 10001 1010100 0 10010 100100000 1001000 101111

Color Harmonies of #AC22D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC22D0

Black with #AC22D0

Text Example


Text Example

White with #AC22D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC22D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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