Html Css Color HEX #AA27BC Dark Orchid

📋 copy color: '#AA27BC'

red 170 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #AA27BC

Tints of Dark Orchid #AA27BC

RGB

 RED value IS 170 (66.8% from 255) = 42.82%

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 42.82%
G = 9.82%
B = 47.36%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA27BC (or 0xAA27BC) is known color: Dark Orchid. HEX triplet: AA, 27 and BC. RGB value is (170,39,188). Sum of RGB (Red+Green+Blue) = 170+39+188=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA27BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27BC is #55D843. Grayscale: #5E5E5E. Windows color (decimal): -5625924 or 12330922. OLE color: 12330922.

HSL color Cylindrical-coordinate representation of color #AA27BC: hue angle of 292.75º 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 #AA27BC is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 39 188 -
CMYK 0.10 0.79 0 0.26
HSL 292.75º 0.66% 0.45% -
HSV(B) 292.75º 0.79% 0.74% -
XYZ 26.38 13.63 48.82 -
YUV 95.16 180.4 181.38 -
System Red Green Blue C M Y K H S L
Decimal 170 39 188 0.10 0.79 0 0.26 292.75 0.66 0.45
Hex AA 27 BC A 4F 0 1A 125 42 2D
Octal 252 47 274 12 117 0 32 445 102 55
Binary 10101010 100111 10111100 1010 1001111 0 11010 100100101 1000010 101101

Color Harmonies of #AA27BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA27BC

Black with #AA27BC

Text Example


Text Example

White with #AA27BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA27BC; }

 p { color: rgb(170,39,188); }

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

background-color css

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

 a { background-color: rgb(170,39,188); }

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

border-color css

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

 span { border-color: rgb(170,39,188); }

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