Html Css Color HEX #AC2ABC Dark Orchid

📋 copy color: '#AC2ABC'

red 172 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #AC2ABC

Tints of Dark Orchid #AC2ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 42.79%
G = 10.45%
B = 46.77%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC2ABC (or 0xAC2ABC) is known color: Dark Orchid. HEX triplet: AC, 2A and BC. RGB value is (172,42,188). Sum of RGB (Red+Green+Blue) = 172+42+188=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC2ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ABC is #53D543. Grayscale: #616161. Windows color (decimal): -5494084 or 12331692. OLE color: 12331692.

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

Color convert

RGB 172 42 188 -
CMYK 0.09 0.78 0 0.26
HSL 293.42º 0.63% 0.45% -
HSV(B) 293.42º 0.78% 0.74% -
XYZ 26.92 14.06 48.87 -
YUV 97.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 172 42 188 0.09 0.78 0 0.26 293.42 0.63 0.45
Hex AC 2A BC 9 4E 0 1A 125 3F 2D
Octal 254 52 274 11 116 0 32 445 77 55
Binary 10101100 101010 10111100 1001 1001110 0 11010 100100101 111111 101101

Color Harmonies of #AC2ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2ABC

Black with #AC2ABC

Text Example


Text Example

White with #AC2ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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