Html Css Color HEX #AC27BD Dark Orchid

📋 copy color: '#AC27BD'

red 172 ◦ green 39 ◦ blue 189

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

Shades of Dark Orchid #AC27BD

Tints of Dark Orchid #AC27BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 43%
G = 9.75%
B = 47.25%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC27BD (or 0xAC27BD) is known color: Dark Orchid. HEX triplet: AC, 27 and BD. RGB value is (172,39,189). Sum of RGB (Red+Green+Blue) = 172+39+189=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC27BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27BD is #53D842. Grayscale: #5F5F5F. Windows color (decimal): -5494851 or 12396460. OLE color: 12396460.

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

Color convert

RGB 172 39 189 -
CMYK 0.09 0.79 0 0.26
HSL 293.2º 0.66% 0.45% -
HSV(B) 293.2º 0.79% 0.74% -
XYZ 26.92 13.9 49.41 -
YUV 95.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 172 39 189 0.09 0.79 0 0.26 293.2 0.66 0.45
Hex AC 27 BD 9 4F 0 1A 125 42 2D
Octal 254 47 275 11 117 0 32 445 102 55
Binary 10101100 100111 10111101 1001 1001111 0 11010 100100101 1000010 101101

Color Harmonies of #AC27BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC27BD

Black with #AC27BD

Text Example


Text Example

White with #AC27BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC27BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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