Html Css Color HEX #AC27CB Dark Orchid

📋 copy color: '#AC27CB'

red 172 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #AC27CB

Tints of Dark Orchid #AC27CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 41.55%
G = 9.42%
B = 49.03%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC27CB (or 0xAC27CB) is known color: Dark Orchid. HEX triplet: AC, 27 and CB. RGB value is (172,39,203). Sum of RGB (Red+Green+Blue) = 172+39+203=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC27CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27CB is #53D834. Grayscale: #606060. Windows color (decimal): -5494837 or 13313964. OLE color: 13313964.

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

Color convert

RGB 172 39 203 -
CMYK 0.15 0.81 0 0.20
HSL 288.66º 0.68% 0.47% -
HSV(B) 288.66º 0.81% 0.8% -
XYZ 28.52 14.53 57.8 -
YUV 97.46 187.56 181.16 -
System Red Green Blue C M Y K H S L
Decimal 172 39 203 0.15 0.81 0 0.20 288.66 0.68 0.47
Hex AC 27 CB F 51 0 14 121 44 2F
Octal 254 47 313 17 121 0 24 441 104 57
Binary 10101100 100111 11001011 1111 1010001 0 10100 100100001 1000100 101111

Color Harmonies of #AC27CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC27CB

Black with #AC27CB

Text Example


Text Example

White with #AC27CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC27CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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