Html Css Color HEX #AA1FC3 Dark Orchid

📋 copy color: '#AA1FC3'

red 170 ◦ green 31 ◦ blue 195

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

Shades of Dark Orchid #AA1FC3

Tints of Dark Orchid #AA1FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.24%

R = 42.93%
G = 7.83%
B = 49.24%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA1FC3 (or 0xAA1FC3) is known color: Dark Orchid. HEX triplet: AA, 1F and C3. RGB value is (170,31,195). Sum of RGB (Red+Green+Blue) = 170+31+195=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA1FC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FC3 is #55E03C. Grayscale: #5A5A5A. Windows color (decimal): -5627965 or 12787626. OLE color: 12787626.

HSL color Cylindrical-coordinate representation of color #AA1FC3: hue angle of 290.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1FC3 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 31 195 -
CMYK 0.13 0.84 0 0.24
HSL 290.85º 0.73% 0.44% -
HSV(B) 290.85º 0.84% 0.76% -
XYZ 26.92 13.47 52.81 -
YUV 91.26 186.55 184.16 -
System Red Green Blue C M Y K H S L
Decimal 170 31 195 0.13 0.84 0 0.24 290.85 0.73 0.44
Hex AA 1F C3 D 54 0 18 123 49 2C
Octal 252 37 303 15 124 0 30 443 111 54
Binary 10101010 11111 11000011 1101 1010100 0 11000 100100011 1001001 101100

Color Harmonies of #AA1FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FC3

Black with #AA1FC3

Text Example


Text Example

White with #AA1FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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