Html Css Color HEX #AC25AF Dark Orchid

📋 copy color: '#AC25AF'

red 172 ◦ green 37 ◦ blue 175

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

Shades of Dark Orchid #AC25AF

Tints of Dark Orchid #AC25AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 44.79%
G = 9.64%
B = 45.57%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC25AF (or 0xAC25AF) is known color: Dark Orchid. HEX triplet: AC, 25 and AF. RGB value is (172,37,175). Sum of RGB (Red+Green+Blue) = 172+37+175=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC25AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC25AF is #53DA50. Grayscale: #5C5C5C. Windows color (decimal): -5495377 or 11478444. OLE color: 11478444.

HSL color Cylindrical-coordinate representation of color #AC25AF: hue angle of 298.7º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC25AF is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 37 175 -
CMYK 0.02 0.79 0 0.31
HSL 298.7º 0.65% 0.42% -
HSV(B) 298.7º 0.79% 0.69% -
XYZ 25.41 13.19 41.76 -
YUV 93.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 172 37 175 0.02 0.79 0 0.31 298.7 0.65 0.42
Hex AC 25 AF 2 4F 0 1F 12B 41 2A
Octal 254 45 257 2 117 0 37 453 101 52
Binary 10101100 100101 10101111 10 1001111 0 11111 100101011 1000001 101010

Color Harmonies of #AC25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25AF

Black with #AC25AF

Text Example


Text Example

White with #AC25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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