Html Css Color HEX #AC2EEB Dark Orchid

📋 copy color: '#AC2EEB'

red 172 ◦ green 46 ◦ blue 235

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

Shades of Dark Orchid #AC2EEB

Tints of Dark Orchid #AC2EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.15%

 BLUE value IS 235 (92.19% from 255) = 51.88%

R = 37.97%
G = 10.15%
B = 51.88%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC2EEB (or 0xAC2EEB) is known color: Dark Orchid. HEX triplet: AC, 2E and EB. RGB value is (172,46,235). Sum of RGB (Red+Green+Blue) = 172+46+235=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC2EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2EEB is #53D114. Grayscale: #686868. Windows color (decimal): -5493013 or 15412908. OLE color: 15412908.

HSL color Cylindrical-coordinate representation of color #AC2EEB: hue angle of 280º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2EEB is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 46 235 -
CMYK 0.27 0.80 0 0.08
HSL 280º 0.83% 0.55% -
HSV(B) 280º 0.8% 0.92% -
XYZ 32.99 16.72 80.09 -
YUV 105.22 201.24 175.63 -
System Red Green Blue C M Y K H S L
Decimal 172 46 235 0.27 0.80 0 0.08 280 0.83 0.55
Hex AC 2E EB 1B 50 0 8 118 53 37
Octal 254 56 353 33 120 0 10 430 123 67
Binary 10101100 101110 11101011 11011 1010000 0 1000 100011000 1010011 110111

Color Harmonies of #AC2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2EEB

Black with #AC2EEB

Text Example


Text Example

White with #AC2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2EEB; }

 p { color: rgb(172,46,235); }

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

background-color css

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

 a { background-color: rgb(172,46,235); }

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

border-color css

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

 span { border-color: rgb(172,46,235); }

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