Html Css Color HEX #AC25BE Dark Orchid

📋 copy color: '#AC25BE'

red 172 ◦ green 37 ◦ blue 190

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

Shades of Dark Orchid #AC25BE

Tints of Dark Orchid #AC25BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 43.11%
G = 9.27%
B = 47.62%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC25BE (or 0xAC25BE) is known color: Dark Orchid. HEX triplet: AC, 25 and BE. RGB value is (172,37,190). Sum of RGB (Red+Green+Blue) = 172+37+190=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC25BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25BE is #53DA41. Grayscale: #5E5E5E. Windows color (decimal): -5495362 or 12461484. OLE color: 12461484.

HSL color Cylindrical-coordinate representation of color #AC25BE: hue angle of 292.94º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC25BE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 37 190 -
CMYK 0.09 0.81 0 0.25
HSL 292.94º 0.67% 0.45% -
HSV(B) 292.94º 0.81% 0.75% -
XYZ 26.97 13.81 49.96 -
YUV 94.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 172 37 190 0.09 0.81 0 0.25 292.94 0.67 0.45
Hex AC 25 BE 9 51 0 19 125 43 2D
Octal 254 45 276 11 121 0 31 445 103 55
Binary 10101100 100101 10111110 1001 1010001 0 11001 100100101 1000011 101101

Color Harmonies of #AC25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25BE

Black with #AC25BE

Text Example


Text Example

White with #AC25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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