Html Css Color HEX #AC2DCD Dark Orchid

📋 copy color: '#AC2DCD'

red 172 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #AC2DCD

Tints of Dark Orchid #AC2DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.66%

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

R = 40.76%
G = 10.66%
B = 48.58%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC2DCD (or 0xAC2DCD) is known color: Dark Orchid. HEX triplet: AC, 2D and CD. RGB value is (172,45,205). Sum of RGB (Red+Green+Blue) = 172+45+205=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC2DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DCD is #53D232. Grayscale: #646464. Windows color (decimal): -5493299 or 13446572. OLE color: 13446572.

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

Color convert

RGB 172 45 205 -
CMYK 0.16 0.78 0 0.20
HSL 287.63º 0.64% 0.49% -
HSV(B) 287.63º 0.78% 0.8% -
XYZ 28.97 15.06 59.14 -
YUV 101.21 186.58 178.49 -
System Red Green Blue C M Y K H S L
Decimal 172 45 205 0.16 0.78 0 0.20 287.63 0.64 0.49
Hex AC 2D CD 10 4E 0 14 120 40 31
Octal 254 55 315 20 116 0 24 440 100 61
Binary 10101100 101101 11001101 10000 1001110 0 10100 100100000 1000000 110001

Color Harmonies of #AC2DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DCD

Black with #AC2DCD

Text Example


Text Example

White with #AC2DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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