Html Css Color HEX #AA1FBA Dark Orchid

📋 copy color: '#AA1FBA'

red 170 ◦ green 31 ◦ blue 186

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

Shades of Dark Orchid #AA1FBA

Tints of Dark Orchid #AA1FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 43.93%
G = 8.01%
B = 48.06%

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

#AA1FBA (or 0xAA1FBA) is known color: Dark Orchid. HEX triplet: AA, 1F and BA. RGB value is (170,31,186). Sum of RGB (Red+Green+Blue) = 170+31+186=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA1FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FBA is #55E045. Grayscale: #595959. Windows color (decimal): -5627974 or 12197802. OLE color: 12197802.

HSL color Cylindrical-coordinate representation of color #AA1FBA: hue angle of 293.81º degrees, saturation: 0.71, 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 #AA1FBA is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 31 186 -
CMYK 0.09 0.83 0 0.27
HSL 293.81º 0.71% 0.43% -
HSV(B) 293.81º 0.83% 0.73% -
XYZ 25.93 13.07 47.61 -
YUV 90.23 182.05 184.9 -
System Red Green Blue C M Y K H S L
Decimal 170 31 186 0.09 0.83 0 0.27 293.81 0.71 0.43
Hex AA 1F BA 9 53 0 1B 126 47 2B
Octal 252 37 272 11 123 0 33 446 107 53
Binary 10101010 11111 10111010 1001 1010011 0 11011 100100110 1000111 101011

Color Harmonies of #AA1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FBA

Black with #AA1FBA

Text Example


Text Example

White with #AA1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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