Html Css Color HEX #AC25BA Dark Orchid

📋 copy color: '#AC25BA'

red 172 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #AC25BA

Tints of Dark Orchid #AC25BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 43.54%
G = 9.37%
B = 47.09%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC25BA (or 0xAC25BA) is known color: Dark Orchid. HEX triplet: AC, 25 and BA. RGB value is (172,37,186). Sum of RGB (Red+Green+Blue) = 172+37+186=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC25BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25BA is #53DA45. Grayscale: #5D5D5D. Windows color (decimal): -5495366 or 12199340. OLE color: 12199340.

HSL color Cylindrical-coordinate representation of color #AC25BA: hue angle of 294.36º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC25BA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 37 186 -
CMYK 0.08 0.80 0 0.27
HSL 294.36º 0.67% 0.44% -
HSV(B) 294.36º 0.8% 0.73% -
XYZ 26.54 13.64 47.69 -
YUV 94.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 172 37 186 0.08 0.80 0 0.27 294.36 0.67 0.44
Hex AC 25 BA 8 50 0 1B 126 43 2C
Octal 254 45 272 10 120 0 33 446 103 54
Binary 10101100 100101 10111010 1000 1010000 0 11011 100100110 1000011 101100

Color Harmonies of #AC25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25BA

Black with #AC25BA

Text Example


Text Example

White with #AC25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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