Html Css Color HEX #AC27CC Dark Orchid

📋 copy color: '#AC27CC'

red 172 ◦ green 39 ◦ blue 204

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

Shades of Dark Orchid #AC27CC

Tints of Dark Orchid #AC27CC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.4%

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 41.45%
G = 9.4%
B = 49.16%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC27CC (or 0xAC27CC) is known color: Dark Orchid. HEX triplet: AC, 27 and CC. RGB value is (172,39,204). Sum of RGB (Red+Green+Blue) = 172+39+204=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC27CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27CC is #53D833. Grayscale: #616161. Windows color (decimal): -5494836 or 13379500. OLE color: 13379500.

HSL color Cylindrical-coordinate representation of color #AC27CC: hue angle of 288.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC27CC is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 39 204 -
CMYK 0.16 0.81 0 0.2
HSL 288.36º 0.68% 0.48% -
HSV(B) 288.36º 0.81% 0.8% -
XYZ 28.64 14.58 58.43 -
YUV 97.58 188.06 181.08 -
System Red Green Blue C M Y K H S L
Decimal 172 39 204 0.16 0.81 0 0.2 288.36 0.68 0.48
Hex AC 27 CC 10 51 0 14 120 44 30
Octal 254 47 314 20 121 0 24 440 104 60
Binary 10101100 100111 11001100 10000 1010001 0 10100 100100000 1000100 110000

Color Harmonies of #AC27CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC27CC

Black with #AC27CC

Text Example


Text Example

White with #AC27CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC27CC; }

 p { color: rgb(172,39,204); }

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

background-color css

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

 a { background-color: rgb(172,39,204); }

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

border-color css

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

 span { border-color: rgb(172,39,204); }

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