Html Css Color HEX #AC22CF Dark Orchid

📋 copy color: '#AC22CF'

red 172 ◦ green 34 ◦ blue 207

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

Shades of Dark Orchid #AC22CF

Tints of Dark Orchid #AC22CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 41.65%
G = 8.23%
B = 50.12%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC22CF (or 0xAC22CF) is known color: Dark Orchid. HEX triplet: AC, 22 and CF. RGB value is (172,34,207). Sum of RGB (Red+Green+Blue) = 172+34+207=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC22CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC22CF is #53DD30. Grayscale: #5E5E5E. Windows color (decimal): -5496113 or 13574828. OLE color: 13574828.

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

Color convert

RGB 172 34 207 -
CMYK 0.17 0.84 0 0.19
HSL 287.86º 0.72% 0.47% -
HSV(B) 287.86º 0.84% 0.81% -
XYZ 28.85 14.42 60.29 -
YUV 94.98 191.22 182.93 -
System Red Green Blue C M Y K H S L
Decimal 172 34 207 0.17 0.84 0 0.19 287.86 0.72 0.47
Hex AC 22 CF 11 54 0 13 120 48 2F
Octal 254 42 317 21 124 0 23 440 110 57
Binary 10101100 100010 11001111 10001 1010100 0 10011 100100000 1001000 101111

Color Harmonies of #AC22CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC22CF

Black with #AC22CF

Text Example


Text Example

White with #AC22CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC22CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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