Html Css Color HEX #AC27C9 Dark Orchid

📋 copy color: '#AC27C9'

red 172 ◦ green 39 ◦ blue 201

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

Shades of Dark Orchid #AC27C9

Tints of Dark Orchid #AC27C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.79%

R = 41.75%
G = 9.47%
B = 48.79%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC27C9 (or 0xAC27C9) is known color: Dark Orchid. HEX triplet: AC, 27 and C9. RGB value is (172,39,201). Sum of RGB (Red+Green+Blue) = 172+39+201=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC27C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27C9 is #53D836. Grayscale: #606060. Windows color (decimal): -5494839 or 13182892. OLE color: 13182892.

HSL color Cylindrical-coordinate representation of color #AC27C9: hue angle of 289.26º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC27C9 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 39 201 -
CMYK 0.14 0.81 0 0.21
HSL 289.26º 0.68% 0.47% -
HSV(B) 289.26º 0.81% 0.79% -
XYZ 28.28 14.44 56.55 -
YUV 97.24 186.56 181.33 -
System Red Green Blue C M Y K H S L
Decimal 172 39 201 0.14 0.81 0 0.21 289.26 0.68 0.47
Hex AC 27 C9 E 51 0 15 121 44 2F
Octal 254 47 311 16 121 0 25 441 104 57
Binary 10101100 100111 11001001 1110 1010001 0 10101 100100001 1000100 101111

Color Harmonies of #AC27C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC27C9

Black with #AC27C9

Text Example


Text Example

White with #AC27C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC27C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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