Html Css Color HEX #AC28C0 Dark Orchid

📋 copy color: '#AC28C0'

red 172 ◦ green 40 ◦ blue 192

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

Shades of Dark Orchid #AC28C0

Tints of Dark Orchid #AC28C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 42.57%
G = 9.9%
B = 47.52%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC28C0 (or 0xAC28C0) is known color: Dark Orchid. HEX triplet: AC, 28 and C0. RGB value is (172,40,192). Sum of RGB (Red+Green+Blue) = 172+40+192=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC28C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28C0 is #53D73F. Grayscale: #606060. Windows color (decimal): -5494592 or 12593324. OLE color: 12593324.

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

Color convert

RGB 172 40 192 -
CMYK 0.10 0.79 0 0.25
HSL 292.11º 0.66% 0.45% -
HSV(B) 292.11º 0.79% 0.75% -
XYZ 27.29 14.09 51.15 -
YUV 96.8 181.73 181.64 -
System Red Green Blue C M Y K H S L
Decimal 172 40 192 0.10 0.79 0 0.25 292.11 0.66 0.45
Hex AC 28 C0 A 4F 0 19 124 42 2D
Octal 254 50 300 12 117 0 31 444 102 55
Binary 10101100 101000 11000000 1010 1001111 0 11001 100100100 1000010 101101

Color Harmonies of #AC28C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28C0

Black with #AC28C0

Text Example


Text Example

White with #AC28C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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