Html Css Color HEX #AC3CEA Dark Orchid

📋 copy color: '#AC3CEA'

red 172 ◦ green 60 ◦ blue 234

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

Shades of Dark Orchid #AC3CEA

Tints of Dark Orchid #AC3CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.88%

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

R = 36.91%
G = 12.88%
B = 50.21%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC3CEA (or 0xAC3CEA) is known color: Dark Orchid. HEX triplet: AC, 3C and EA. RGB value is (172,60,234). Sum of RGB (Red+Green+Blue) = 172+60+234=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC3CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3CEA is #53C315. Grayscale: #707070. Windows color (decimal): -5489430 or 15350956. OLE color: 15350956.

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

Color convert

RGB 172 60 234 -
CMYK 0.26 0.74 0 0.08
HSL 278.62º 0.81% 0.58% -
HSV(B) 278.62º 0.74% 0.92% -
XYZ 33.48 17.94 79.54 -
YUV 113.32 196.11 169.85 -
System Red Green Blue C M Y K H S L
Decimal 172 60 234 0.26 0.74 0 0.08 278.62 0.81 0.58
Hex AC 3C EA 1A 4A 0 8 117 51 3A
Octal 254 74 352 32 112 0 10 427 121 72
Binary 10101100 111100 11101010 11010 1001010 0 1000 100010111 1010001 111010

Color Harmonies of #AC3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3CEA

Black with #AC3CEA

Text Example


Text Example

White with #AC3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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