Html Css Color HEX #AC32DA Dark Orchid

📋 copy color: '#AC32DA'

red 172 ◦ green 50 ◦ blue 218

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

Shades of Dark Orchid #AC32DA

Tints of Dark Orchid #AC32DA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.36%

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 39.09%
G = 11.36%
B = 49.55%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC32DA (or 0xAC32DA) is known color: Dark Orchid. HEX triplet: AC, 32 and DA. RGB value is (172,50,218). Sum of RGB (Red+Green+Blue) = 172+50+218=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC32DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32DA is #53CD25. Grayscale: #696969. Windows color (decimal): -5492006 or 14299820. OLE color: 14299820.

HSL color Cylindrical-coordinate representation of color #AC32DA: hue angle of 283.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC32DA is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 50 218 -
CMYK 0.21 0.77 0 0.15
HSL 283.57º 0.69% 0.53% -
HSV(B) 283.57º 0.77% 0.85% -
XYZ 30.81 16.11 67.82 -
YUV 105.63 191.42 175.34 -
System Red Green Blue C M Y K H S L
Decimal 172 50 218 0.21 0.77 0 0.15 283.57 0.69 0.53
Hex AC 32 DA 15 4D 0 F 11C 45 35
Octal 254 62 332 25 115 0 17 434 105 65
Binary 10101100 110010 11011010 10101 1001101 0 1111 100011100 1000101 110101

Color Harmonies of #AC32DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32DA

Black with #AC32DA

Text Example


Text Example

White with #AC32DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32DA; }

 p { color: rgb(172,50,218); }

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

background-color css

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

 a { background-color: rgb(172,50,218); }

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

border-color css

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

 span { border-color: rgb(172,50,218); }

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