Html Css Color HEX #AA1FBB Dark Orchid

📋 copy color: '#AA1FBB'

red 170 ◦ green 31 ◦ blue 187

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

Shades of Dark Orchid #AA1FBB

Tints of Dark Orchid #AA1FBB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.99%

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 43.81%
G = 7.99%
B = 48.2%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA1FBB (or 0xAA1FBB) is known color: Dark Orchid. HEX triplet: AA, 1F and BB. RGB value is (170,31,187). Sum of RGB (Red+Green+Blue) = 170+31+187=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA1FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FBB is #55E044. Grayscale: #595959. Windows color (decimal): -5627973 or 12263338. OLE color: 12263338.

HSL color Cylindrical-coordinate representation of color #AA1FBB: hue angle of 293.46º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1FBB is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 31 187 -
CMYK 0.09 0.83 0 0.27
HSL 293.46º 0.72% 0.43% -
HSV(B) 293.46º 0.83% 0.73% -
XYZ 26.04 13.11 48.17 -
YUV 90.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 170 31 187 0.09 0.83 0 0.27 293.46 0.72 0.43
Hex AA 1F BB 9 53 0 1B 125 48 2B
Octal 252 37 273 11 123 0 33 445 110 53
Binary 10101010 11111 10111011 1001 1010011 0 11011 100100101 1001000 101011

Color Harmonies of #AA1FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FBB

Black with #AA1FBB

Text Example


Text Example

White with #AA1FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FBB; }

 p { color: rgb(170,31,187); }

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

background-color css

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

 a { background-color: rgb(170,31,187); }

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

border-color css

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

 span { border-color: rgb(170,31,187); }

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