Html Css Color HEX #AC2ACD Dark Orchid

📋 copy color: '#AC2ACD'

red 172 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #AC2ACD

Tints of Dark Orchid #AC2ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.02%

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 41.05%
G = 10.02%
B = 48.93%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC2ACD (or 0xAC2ACD) is known color: Dark Orchid. HEX triplet: AC, 2A and CD. RGB value is (172,42,205). Sum of RGB (Red+Green+Blue) = 172+42+205=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC2ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ACD is #53D532. Grayscale: #626262. Windows color (decimal): -5494067 or 13445804. OLE color: 13445804.

HSL color Cylindrical-coordinate representation of color #AC2ACD: hue angle of 287.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2ACD is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 42 205 -
CMYK 0.16 0.80 0 0.20
HSL 287.85º 0.66% 0.48% -
HSV(B) 287.85º 0.8% 0.8% -
XYZ 28.86 14.83 59.1 -
YUV 99.45 187.57 179.75 -
System Red Green Blue C M Y K H S L
Decimal 172 42 205 0.16 0.80 0 0.20 287.85 0.66 0.48
Hex AC 2A CD 10 50 0 14 120 42 30
Octal 254 52 315 20 120 0 24 440 102 60
Binary 10101100 101010 11001101 10000 1010000 0 10100 100100000 1000010 110000

Color Harmonies of #AC2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2ACD

Black with #AC2ACD

Text Example


Text Example

White with #AC2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2ACD; }

 p { color: rgb(172,42,205); }

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

background-color css

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

 a { background-color: rgb(172,42,205); }

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

border-color css

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

 span { border-color: rgb(172,42,205); }

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