Html Css Color HEX #AC21AF Dark Orchid

📋 copy color: '#AC21AF'

red 172 ◦ green 33 ◦ blue 175

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

Shades of Dark Orchid #AC21AF

Tints of Dark Orchid #AC21AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 45.26%
G = 8.68%
B = 46.05%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC21AF (or 0xAC21AF) is known color: Dark Orchid. HEX triplet: AC, 21 and AF. RGB value is (172,33,175). Sum of RGB (Red+Green+Blue) = 172+33+175=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC21AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC21AF is #53DE50. Grayscale: #5A5A5A. Windows color (decimal): -5496401 or 11477420. OLE color: 11477420.

HSL color Cylindrical-coordinate representation of color #AC21AF: hue angle of 298.73º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC21AF is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 33 175 -
CMYK 0.02 0.81 0 0.31
HSL 298.73º 0.68% 0.41% -
HSV(B) 298.73º 0.81% 0.69% -
XYZ 25.29 12.95 41.72 -
YUV 90.75 175.55 185.95 -
System Red Green Blue C M Y K H S L
Decimal 172 33 175 0.02 0.81 0 0.31 298.73 0.68 0.41
Hex AC 21 AF 2 51 0 1F 12B 44 29
Octal 254 41 257 2 121 0 37 453 104 51
Binary 10101100 100001 10101111 10 1010001 0 11111 100101011 1000100 101001

Color Harmonies of #AC21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21AF

Black with #AC21AF

Text Example


Text Example

White with #AC21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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