Html Css Color HEX #AC2ABB Dark Orchid

📋 copy color: '#AC2ABB'

red 172 ◦ green 42 ◦ blue 187

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

Shades of Dark Orchid #AC2ABB

Tints of Dark Orchid #AC2ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 42.89%
G = 10.47%
B = 46.63%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC2ABB (or 0xAC2ABB) is known color: Dark Orchid. HEX triplet: AC, 2A and BB. RGB value is (172,42,187). Sum of RGB (Red+Green+Blue) = 172+42+187=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC2ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ABB is #53D544. Grayscale: #606060. Windows color (decimal): -5494085 or 12266156. OLE color: 12266156.

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

Color convert

RGB 172 42 187 -
CMYK 0.08 0.78 0 0.27
HSL 293.79º 0.63% 0.45% -
HSV(B) 293.79º 0.78% 0.73% -
XYZ 26.81 14.01 48.31 -
YUV 97.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 172 42 187 0.08 0.78 0 0.27 293.79 0.63 0.45
Hex AC 2A BB 8 4E 0 1B 126 3F 2D
Octal 254 52 273 10 116 0 33 446 77 55
Binary 10101100 101010 10111011 1000 1001110 0 11011 100100110 111111 101101

Color Harmonies of #AC2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2ABB

Black with #AC2ABB

Text Example


Text Example

White with #AC2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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