Html Css Color HEX #AC25DC Dark Orchid

📋 copy color: '#AC25DC'

red 172 ◦ green 37 ◦ blue 220

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

Shades of Dark Orchid #AC25DC

Tints of Dark Orchid #AC25DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.62%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 40.09%
G = 8.62%
B = 51.28%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC25DC (or 0xAC25DC) is known color: Dark Orchid. HEX triplet: AC, 25 and DC. RGB value is (172,37,220). Sum of RGB (Red+Green+Blue) = 172+37+220=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC25DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25DC is #53DA23. Grayscale: #616161. Windows color (decimal): -5495332 or 14427564. OLE color: 14427564.

HSL color Cylindrical-coordinate representation of color #AC25DC: hue angle of 284.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC25DC is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 37 220 -
CMYK 0.22 0.83 0 0.14
HSL 284.26º 0.72% 0.5% -
HSV(B) 284.26º 0.83% 0.86% -
XYZ 30.59 15.26 69.04 -
YUV 98.23 196.73 180.62 -
System Red Green Blue C M Y K H S L
Decimal 172 37 220 0.22 0.83 0 0.14 284.26 0.72 0.5
Hex AC 25 DC 16 53 0 E 11C 48 32
Octal 254 45 334 26 123 0 16 434 110 62
Binary 10101100 100101 11011100 10110 1010011 0 1110 100011100 1001000 110010

Color Harmonies of #AC25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25DC

Black with #AC25DC

Text Example


Text Example

White with #AC25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25DC; }

 p { color: rgb(172,37,220); }

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

background-color css

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

 a { background-color: rgb(172,37,220); }

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

border-color css

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

 span { border-color: rgb(172,37,220); }

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