Html Css Color HEX #AC28CA Dark Orchid

📋 copy color: '#AC28CA'

red 172 ◦ green 40 ◦ blue 202

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

Shades of Dark Orchid #AC28CA

Tints of Dark Orchid #AC28CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 41.55%
G = 9.66%
B = 48.79%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC28CA (or 0xAC28CA) is known color: Dark Orchid. HEX triplet: AC, 28 and CA. RGB value is (172,40,202). Sum of RGB (Red+Green+Blue) = 172+40+202=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC28CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28CA is #53D735. Grayscale: #616161. Windows color (decimal): -5494582 or 13248684. OLE color: 13248684.

HSL color Cylindrical-coordinate representation of color #AC28CA: hue angle of 288.89º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC28CA is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 40 202 -
CMYK 0.15 0.80 0 0.21
HSL 288.89º 0.67% 0.47% -
HSV(B) 288.89º 0.8% 0.79% -
XYZ 28.43 14.55 57.19 -
YUV 97.94 186.73 180.83 -
System Red Green Blue C M Y K H S L
Decimal 172 40 202 0.15 0.80 0 0.21 288.89 0.67 0.47
Hex AC 28 CA F 50 0 15 121 43 2F
Octal 254 50 312 17 120 0 25 441 103 57
Binary 10101100 101000 11001010 1111 1010000 0 10101 100100001 1000011 101111

Color Harmonies of #AC28CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28CA

Black with #AC28CA

Text Example


Text Example

White with #AC28CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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