Html Css Color HEX #AC25BF Dark Orchid

📋 copy color: '#AC25BF'

red 172 ◦ green 37 ◦ blue 191

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

Shades of Dark Orchid #AC25BF

Tints of Dark Orchid #AC25BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.75%

R = 43%
G = 9.25%
B = 47.75%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC25BF (or 0xAC25BF) is known color: Dark Orchid. HEX triplet: AC, 25 and BF. RGB value is (172,37,191). Sum of RGB (Red+Green+Blue) = 172+37+191=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC25BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25BF is #53DA40. Grayscale: #5E5E5E. Windows color (decimal): -5495361 or 12527020. OLE color: 12527020.

HSL color Cylindrical-coordinate representation of color #AC25BF: hue angle of 292.6º degrees, saturation: 0.68, 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 #AC25BF is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 37 191 -
CMYK 0.10 0.81 0 0.25
HSL 292.6º 0.68% 0.45% -
HSV(B) 292.6º 0.81% 0.75% -
XYZ 27.08 13.86 50.54 -
YUV 94.92 182.23 182.98 -
System Red Green Blue C M Y K H S L
Decimal 172 37 191 0.10 0.81 0 0.25 292.6 0.68 0.45
Hex AC 25 BF A 51 0 19 125 44 2D
Octal 254 45 277 12 121 0 31 445 104 55
Binary 10101100 100101 10111111 1010 1010001 0 11001 100100101 1000100 101101

Color Harmonies of #AC25BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25BF

Black with #AC25BF

Text Example


Text Example

White with #AC25BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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