Html Css Color HEX #AC2BE7 Dark Orchid

📋 copy color: '#AC2BE7'

red 172 ◦ green 43 ◦ blue 231

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

Shades of Dark Orchid #AC2BE7

Tints of Dark Orchid #AC2BE7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.64%

 BLUE value IS 231 (90.63% from 255) = 51.79%

R = 38.57%
G = 9.64%
B = 51.79%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC2BE7 (or 0xAC2BE7) is known color: Dark Orchid. HEX triplet: AC, 2B and E7. RGB value is (172,43,231). Sum of RGB (Red+Green+Blue) = 172+43+231=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC2BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2BE7 is #53D418. Grayscale: #666666. Windows color (decimal): -5493785 or 15149996. OLE color: 15149996.

HSL color Cylindrical-coordinate representation of color #AC2BE7: hue angle of 281.17º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2BE7 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 43 231 -
CMYK 0.26 0.81 0 0.09
HSL 281.17º 0.8% 0.54% -
HSV(B) 281.17º 0.81% 0.91% -
XYZ 32.3 16.27 77.04 -
YUV 103 200.24 177.21 -
System Red Green Blue C M Y K H S L
Decimal 172 43 231 0.26 0.81 0 0.09 281.17 0.8 0.54
Hex AC 2B E7 1A 51 0 9 119 50 36
Octal 254 53 347 32 121 0 11 431 120 66
Binary 10101100 101011 11100111 11010 1010001 0 1001 100011001 1010000 110110

Color Harmonies of #AC2BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BE7

Black with #AC2BE7

Text Example


Text Example

White with #AC2BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BE7; }

 p { color: rgb(172,43,231); }

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

background-color css

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

 a { background-color: rgb(172,43,231); }

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

border-color css

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

 span { border-color: rgb(172,43,231); }

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