Html Css Color HEX #AC2DB4 Dark Orchid

📋 copy color: '#AC2DB4'

red 172 ◦ green 45 ◦ blue 180

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

Shades of Dark Orchid #AC2DB4

Tints of Dark Orchid #AC2DB4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.34%

 BLUE value IS 180 (70.7% from 255) = 45.34%

R = 43.32%
G = 11.34%
B = 45.34%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC2DB4 (or 0xAC2DB4) is known color: Dark Orchid. HEX triplet: AC, 2D and B4. RGB value is (172,45,180). Sum of RGB (Red+Green+Blue) = 172+45+180=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC2DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DB4 is #53D24B. Grayscale: #616161. Windows color (decimal): -5493324 or 11808172. OLE color: 11808172.

HSL color Cylindrical-coordinate representation of color #AC2DB4: hue angle of 296.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2DB4 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 45 180 -
CMYK 0.04 0.75 0 0.29
HSL 296.44º 0.6% 0.44% -
HSV(B) 296.44º 0.75% 0.71% -
XYZ 26.19 13.94 44.49 -
YUV 98.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 172 45 180 0.04 0.75 0 0.29 296.44 0.6 0.44
Hex AC 2D B4 4 4B 0 1D 128 3C 2C
Octal 254 55 264 4 113 0 35 450 74 54
Binary 10101100 101101 10110100 100 1001011 0 11101 100101000 111100 101100

Color Harmonies of #AC2DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DB4

Black with #AC2DB4

Text Example


Text Example

White with #AC2DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DB4; }

 p { color: rgb(172,45,180); }

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

background-color css

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

 a { background-color: rgb(172,45,180); }

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

border-color css

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

 span { border-color: rgb(172,45,180); }

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