Html Css Color HEX #AC2FE9 Dark Orchid

📋 copy color: '#AC2FE9'

red 172 ◦ green 47 ◦ blue 233

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

Shades of Dark Orchid #AC2FE9

Tints of Dark Orchid #AC2FE9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.4%

 BLUE value IS 233 (91.41% from 255) = 51.55%

R = 38.05%
G = 10.4%
B = 51.55%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC2FE9 (or 0xAC2FE9) is known color: Dark Orchid. HEX triplet: AC, 2F and E9. RGB value is (172,47,233). Sum of RGB (Red+Green+Blue) = 172+47+233=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 233 (91.41% from 255 or 51.55% from 452); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC2FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2FE9 is #53D016. Grayscale: #686868. Windows color (decimal): -5492759 or 15282092. OLE color: 15282092.

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

Color convert

RGB 172 47 233 -
CMYK 0.26 0.80 0 0.09
HSL 280.32º 0.81% 0.55% -
HSV(B) 280.32º 0.8% 0.91% -
XYZ 32.74 16.69 78.59 -
YUV 105.58 199.91 175.38 -
System Red Green Blue C M Y K H S L
Decimal 172 47 233 0.26 0.80 0 0.09 280.32 0.81 0.55
Hex AC 2F E9 1A 50 0 9 118 51 37
Octal 254 57 351 32 120 0 11 430 121 67
Binary 10101100 101111 11101001 11010 1010000 0 1001 100011000 1010001 110111

Color Harmonies of #AC2FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2FE9

Black with #AC2FE9

Text Example


Text Example

White with #AC2FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2FE9; }

 p { color: rgb(172,47,233); }

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

background-color css

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

 a { background-color: rgb(172,47,233); }

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

border-color css

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

 span { border-color: rgb(172,47,233); }

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