Html Css Color HEX #AA1BCD Dark Orchid

📋 copy color: '#AA1BCD'

red 170 ◦ green 27 ◦ blue 205

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

Shades of Dark Orchid #AA1BCD

Tints of Dark Orchid #AA1BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.72%

 BLUE value IS 205 (80.47% from 255) = 51%

R = 42.29%
G = 6.72%
B = 51%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA1BCD (or 0xAA1BCD) is known color: Dark Orchid. HEX triplet: AA, 1B and CD. RGB value is (170,27,205). Sum of RGB (Red+Green+Blue) = 170+27+205=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA1BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BCD is #55E432. Grayscale: #595959. Windows color (decimal): -5628979 or 13441962. OLE color: 13441962.

HSL color Cylindrical-coordinate representation of color #AA1BCD: hue angle of 288.2º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1BCD is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 27 205 -
CMYK 0.17 0.87 0 0.20
HSL 288.2º 0.77% 0.45% -
HSV(B) 288.2º 0.87% 0.8% -
XYZ 27.99 13.74 58.93 -
YUV 90.05 192.88 185.03 -
System Red Green Blue C M Y K H S L
Decimal 170 27 205 0.17 0.87 0 0.20 288.2 0.77 0.45
Hex AA 1B CD 11 57 0 14 120 4D 2D
Octal 252 33 315 21 127 0 24 440 115 55
Binary 10101010 11011 11001101 10001 1010111 0 10100 100100000 1001101 101101

Color Harmonies of #AA1BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BCD

Black with #AA1BCD

Text Example


Text Example

White with #AA1BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BCD; }

 p { color: rgb(170,27,205); }

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

background-color css

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

 a { background-color: rgb(170,27,205); }

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

border-color css

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

 span { border-color: rgb(170,27,205); }

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