Html Css Color HEX #AC3ABA Dark Orchid

📋 copy color: '#AC3ABA'

red 172 ◦ green 58 ◦ blue 186

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

Shades of Dark Orchid #AC3ABA

Tints of Dark Orchid #AC3ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.94%

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 41.35%
G = 13.94%
B = 44.71%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC3ABA (or 0xAC3ABA) is known color: Dark Orchid. HEX triplet: AC, 3A and BA. RGB value is (172,58,186). Sum of RGB (Red+Green+Blue) = 172+58+186=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC3ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ABA is #53C545. Grayscale: #6A6A6A. Windows color (decimal): -5489990 or 12204716. OLE color: 12204716.

HSL color Cylindrical-coordinate representation of color #AC3ABA: hue angle of 293.44º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3ABA is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 58 186 -
CMYK 0.08 0.69 0 0.27
HSL 293.44º 0.52% 0.48% -
HSV(B) 293.44º 0.69% 0.73% -
XYZ 27.39 15.34 47.97 -
YUV 106.68 172.77 174.59 -
System Red Green Blue C M Y K H S L
Decimal 172 58 186 0.08 0.69 0 0.27 293.44 0.52 0.48
Hex AC 3A BA 8 45 0 1B 125 34 30
Octal 254 72 272 10 105 0 33 445 64 60
Binary 10101100 111010 10111010 1000 1000101 0 11011 100100101 110100 110000

Color Harmonies of #AC3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3ABA

Black with #AC3ABA

Text Example


Text Example

White with #AC3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3ABA; }

 p { color: rgb(172,58,186); }

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

background-color css

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

 a { background-color: rgb(172,58,186); }

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

border-color css

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

 span { border-color: rgb(172,58,186); }

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