Html Css Color HEX #AC25AB Dark Orchid

📋 copy color: '#AC25AB'

red 172 ◦ green 37 ◦ blue 171

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

Shades of Dark Orchid #AC25AB

Tints of Dark Orchid #AC25AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 45.26%
G = 9.74%
B = 45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC25AB (or 0xAC25AB) is known color: Dark Orchid. HEX triplet: AC, 25 and AB. RGB value is (172,37,171). Sum of RGB (Red+Green+Blue) = 172+37+171=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC25AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC25AB is #53DA54. Grayscale: #5C5C5C. Windows color (decimal): -5495381 or 11216300. OLE color: 11216300.

HSL color Cylindrical-coordinate representation of color #AC25AB: hue angle of 300.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC25AB is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 37 171 -
CMYK 0 0.78 0.01 0.33
HSL 300.44º 0.65% 0.41% -
HSV(B) 300.44º 0.78% 0.67% -
XYZ 25.03 13.03 39.72 -
YUV 92.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 172 37 171 0 0.78 0.01 0.33 300.44 0.65 0.41
Hex AC 25 AB 0 4E 1 21 12C 41 29
Octal 254 45 253 0 116 1 41 454 101 51
Binary 10101100 100101 10101011 0 1001110 1 100001 100101100 1000001 101001

Color Harmonies of #AC25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25AB

Black with #AC25AB

Text Example


Text Example

White with #AC25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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