Html Css Color HEX #AC2ABE Dark Orchid

📋 copy color: '#AC2ABE'

red 172 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #AC2ABE

Tints of Dark Orchid #AC2ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.4%

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 42.57%
G = 10.4%
B = 47.03%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC2ABE (or 0xAC2ABE) is known color: Dark Orchid. HEX triplet: AC, 2A and BE. RGB value is (172,42,190). Sum of RGB (Red+Green+Blue) = 172+42+190=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ABE is #53D541. Grayscale: #616161. Windows color (decimal): -5494082 or 12462764. OLE color: 12462764.

HSL color Cylindrical-coordinate representation of color #AC2ABE: hue angle of 292.7º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2ABE is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 42 190 -
CMYK 0.09 0.78 0 0.25
HSL 292.7º 0.64% 0.45% -
HSV(B) 292.7º 0.78% 0.75% -
XYZ 27.14 14.14 50.02 -
YUV 97.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 172 42 190 0.09 0.78 0 0.25 292.7 0.64 0.45
Hex AC 2A BE 9 4E 0 19 125 40 2D
Octal 254 52 276 11 116 0 31 445 100 55
Binary 10101100 101010 10111110 1001 1001110 0 11001 100100101 1000000 101101

Color Harmonies of #AC2ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2ABE

Black with #AC2ABE

Text Example


Text Example

White with #AC2ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2ABE; }

 p { color: rgb(172,42,190); }

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

background-color css

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

 a { background-color: rgb(172,42,190); }

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

border-color css

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

 span { border-color: rgb(172,42,190); }

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