Html Css Color HEX #AC2DEA Dark Orchid

📋 copy color: '#AC2DEA'

red 172 ◦ green 45 ◦ blue 234

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

Shades of Dark Orchid #AC2DEA

Tints of Dark Orchid #AC2DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.88%

R = 38.14%
G = 9.98%
B = 51.88%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC2DEA (or 0xAC2DEA) is known color: Dark Orchid. HEX triplet: AC, 2D and EA. RGB value is (172,45,234). Sum of RGB (Red+Green+Blue) = 172+45+234=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC2DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2DEA is #53D215. Grayscale: #676767. Windows color (decimal): -5493270 or 15347116. OLE color: 15347116.

HSL color Cylindrical-coordinate representation of color #AC2DEA: hue angle of 280.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2DEA is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 45 234 -
CMYK 0.26 0.81 0 0.08
HSL 280.32º 0.82% 0.55% -
HSV(B) 280.32º 0.81% 0.92% -
XYZ 32.8 16.59 79.31 -
YUV 104.52 201.08 176.13 -
System Red Green Blue C M Y K H S L
Decimal 172 45 234 0.26 0.81 0 0.08 280.32 0.82 0.55
Hex AC 2D EA 1A 51 0 8 118 52 37
Octal 254 55 352 32 121 0 10 430 122 67
Binary 10101100 101101 11101010 11010 1010001 0 1000 100011000 1010010 110111

Color Harmonies of #AC2DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DEA

Black with #AC2DEA

Text Example


Text Example

White with #AC2DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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