Html Css Color HEX #AC28AF Dark Orchid

📋 copy color: '#AC28AF'

red 172 ◦ green 40 ◦ blue 175

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

Shades of Dark Orchid #AC28AF

Tints of Dark Orchid #AC28AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.34%

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

R = 44.44%
G = 10.34%
B = 45.22%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC28AF (or 0xAC28AF) is known color: Dark Orchid. HEX triplet: AC, 28 and AF. RGB value is (172,40,175). Sum of RGB (Red+Green+Blue) = 172+40+175=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC28AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC28AF is #53D750. Grayscale: #5E5E5E. Windows color (decimal): -5494609 or 11479212. OLE color: 11479212.

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

Color convert

RGB 172 40 175 -
CMYK 0.02 0.77 0 0.31
HSL 298.67º 0.63% 0.42% -
HSV(B) 298.67º 0.77% 0.69% -
XYZ 25.51 13.38 41.8 -
YUV 94.86 173.23 183.02 -
System Red Green Blue C M Y K H S L
Decimal 172 40 175 0.02 0.77 0 0.31 298.67 0.63 0.42
Hex AC 28 AF 2 4D 0 1F 12B 3F 2A
Octal 254 50 257 2 115 0 37 453 77 52
Binary 10101100 101000 10101111 10 1001101 0 11111 100101011 111111 101010

Color Harmonies of #AC28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28AF

Black with #AC28AF

Text Example


Text Example

White with #AC28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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