Html Css Color HEX #AC2DB5 Dark Orchid

📋 copy color: '#AC2DB5'

red 172 ◦ green 45 ◦ blue 181

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

Shades of Dark Orchid #AC2DB5

Tints of Dark Orchid #AC2DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.48%

R = 43.22%
G = 11.31%
B = 45.48%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC2DB5 (or 0xAC2DB5) is known color: Dark Orchid. HEX triplet: AC, 2D and B5. RGB value is (172,45,181). Sum of RGB (Red+Green+Blue) = 172+45+181=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC2DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DB5 is #53D24A. Grayscale: #626262. Windows color (decimal): -5493323 or 11873708. OLE color: 11873708.

HSL color Cylindrical-coordinate representation of color #AC2DB5: hue angle of 296.03º 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 #AC2DB5 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 45 181 -
CMYK 0.05 0.75 0 0.29
HSL 296.03º 0.6% 0.44% -
HSV(B) 296.03º 0.75% 0.71% -
XYZ 26.29 13.98 45.03 -
YUV 98.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 172 45 181 0.05 0.75 0 0.29 296.03 0.6 0.44
Hex AC 2D B5 5 4B 0 1D 128 3C 2C
Octal 254 55 265 5 113 0 35 450 74 54
Binary 10101100 101101 10110101 101 1001011 0 11101 100101000 111100 101100

Color Harmonies of #AC2DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DB5

Black with #AC2DB5

Text Example


Text Example

White with #AC2DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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