Html Css Color HEX #AC2DE0 Dark Orchid

📋 copy color: '#AC2DE0'

red 172 ◦ green 45 ◦ blue 224

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

Shades of Dark Orchid #AC2DE0

Tints of Dark Orchid #AC2DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.79%

R = 39%
G = 10.2%
B = 50.79%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC2DE0 (or 0xAC2DE0) is known color: Dark Orchid. HEX triplet: AC, 2D and E0. RGB value is (172,45,224). Sum of RGB (Red+Green+Blue) = 172+45+224=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC2DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DE0 is #53D21F. Grayscale: #666666. Windows color (decimal): -5493280 or 14691756. OLE color: 14691756.

HSL color Cylindrical-coordinate representation of color #AC2DE0: hue angle of 282.57º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2DE0 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 45 224 -
CMYK 0.23 0.80 0 0.12
HSL 282.57º 0.74% 0.53% -
HSV(B) 282.57º 0.8% 0.88% -
XYZ 31.41 16.03 71.96 -
YUV 103.38 196.08 176.95 -
System Red Green Blue C M Y K H S L
Decimal 172 45 224 0.23 0.80 0 0.12 282.57 0.74 0.53
Hex AC 2D E0 17 50 0 C 11B 4A 35
Octal 254 55 340 27 120 0 14 433 112 65
Binary 10101100 101101 11100000 10111 1010000 0 1100 100011011 1001010 110101

Color Harmonies of #AC2DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DE0

Black with #AC2DE0

Text Example


Text Example

White with #AC2DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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