Html Css Color HEX #AC21C1 Dark Orchid

📋 copy color: '#AC21C1'

red 172 ◦ green 33 ◦ blue 193

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

Shades of Dark Orchid #AC21C1

Tints of Dark Orchid #AC21C1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.29%

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

R = 43.22%
G = 8.29%
B = 48.49%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC21C1 (or 0xAC21C1) is known color: Dark Orchid. HEX triplet: AC, 21 and C1. RGB value is (172,33,193). Sum of RGB (Red+Green+Blue) = 172+33+193=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC21C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21C1 is #53DE3E. Grayscale: #5C5C5C. Windows color (decimal): -5496383 or 12657068. OLE color: 12657068.

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

Color convert

RGB 172 33 193 -
CMYK 0.11 0.83 0 0.24
HSL 292.13º 0.71% 0.44% -
HSV(B) 292.13º 0.83% 0.76% -
XYZ 27.18 13.71 51.67 -
YUV 92.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 172 33 193 0.11 0.83 0 0.24 292.13 0.71 0.44
Hex AC 21 C1 B 53 0 18 124 47 2C
Octal 254 41 301 13 123 0 30 444 107 54
Binary 10101100 100001 11000001 1011 1010011 0 11000 100100100 1000111 101100

Color Harmonies of #AC21C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21C1

Black with #AC21C1

Text Example


Text Example

White with #AC21C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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