Html Css Color HEX #AA1FBC Dark Orchid

📋 copy color: '#AA1FBC'

red 170 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #AA1FBC

Tints of Dark Orchid #AA1FBC

RGB

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

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

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

R = 43.7%
G = 7.97%
B = 48.33%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA1FBC (or 0xAA1FBC) is known color: Dark Orchid. HEX triplet: AA, 1F and BC. RGB value is (170,31,188). Sum of RGB (Red+Green+Blue) = 170+31+188=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA1FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FBC is #55E043. Grayscale: #595959. Windows color (decimal): -5627972 or 12328874. OLE color: 12328874.

HSL color Cylindrical-coordinate representation of color #AA1FBC: hue angle of 293.12º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1FBC is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 31 188 -
CMYK 0.10 0.84 0 0.26
HSL 293.12º 0.72% 0.43% -
HSV(B) 293.12º 0.84% 0.74% -
XYZ 26.14 13.16 48.74 -
YUV 90.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 170 31 188 0.10 0.84 0 0.26 293.12 0.72 0.43
Hex AA 1F BC A 54 0 1A 125 48 2B
Octal 252 37 274 12 124 0 32 445 110 53
Binary 10101010 11111 10111100 1010 1010100 0 11010 100100101 1001000 101011

Color Harmonies of #AA1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FBC

Black with #AA1FBC

Text Example


Text Example

White with #AA1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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