Html Css Color HEX #AC3BEA Dark Orchid

📋 copy color: '#AC3BEA'

red 172 ◦ green 59 ◦ blue 234

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

Shades of Dark Orchid #AC3BEA

Tints of Dark Orchid #AC3BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.69%

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

R = 36.99%
G = 12.69%
B = 50.32%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC3BEA (or 0xAC3BEA) is known color: Dark Orchid. HEX triplet: AC, 3B and EA. RGB value is (172,59,234). Sum of RGB (Red+Green+Blue) = 172+59+234=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC3BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3BEA is #53C415. Grayscale: #707070. Windows color (decimal): -5489686 or 15350700. OLE color: 15350700.

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

Color convert

RGB 172 59 234 -
CMYK 0.26 0.75 0 0.08
HSL 278.74º 0.81% 0.57% -
HSV(B) 278.74º 0.75% 0.92% -
XYZ 33.43 17.84 79.52 -
YUV 112.74 196.44 170.27 -
System Red Green Blue C M Y K H S L
Decimal 172 59 234 0.26 0.75 0 0.08 278.74 0.81 0.57
Hex AC 3B EA 1A 4B 0 8 117 51 39
Octal 254 73 352 32 113 0 10 427 121 71
Binary 10101100 111011 11101010 11010 1001011 0 1000 100010111 1010001 111001

Color Harmonies of #AC3BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BEA

Black with #AC3BEA

Text Example


Text Example

White with #AC3BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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