Html Css Color HEX #AA3CF6 Blue Violet

📋 copy color: '#AA3CF6'

red 170 ◦ green 60 ◦ blue 246

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

Shades of Blue Violet #AA3CF6

Tints of Blue Violet #AA3CF6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.61%

 BLUE value IS 246 (96.48% from 255) = 51.68%

R = 35.71%
G = 12.61%
B = 51.68%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA3CF6 (or 0xAA3CF6) is known color: Blue Violet. HEX triplet: AA, 3C and F6. RGB value is (170,60,246). Sum of RGB (Red+Green+Blue) = 170+60+246=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA3CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3CF6 is #55C309. Grayscale: #717171. Windows color (decimal): -5620490 or 16137386. OLE color: 16137386.

HSL color Cylindrical-coordinate representation of color #AA3CF6: hue angle of 275.48º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3CF6 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 60 246 -
CMYK 0.31 0.76 0 0.04
HSL 275.48º 0.91% 0.6% -
HSV(B) 275.48º 0.76% 0.96% -
XYZ 34.83 18.43 88.91 -
YUV 114.09 202.44 167.88 -
System Red Green Blue C M Y K H S L
Decimal 170 60 246 0.31 0.76 0 0.04 275.48 0.91 0.6
Hex AA 3C F6 1F 4C 0 4 113 5B 3C
Octal 252 74 366 37 114 0 4 423 133 74
Binary 10101010 111100 11110110 11111 1001100 0 100 100010011 1011011 111100

Color Harmonies of #AA3CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CF6

Black with #AA3CF6

Text Example


Text Example

White with #AA3CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CF6; }

 p { color: rgb(170,60,246); }

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

background-color css

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

 a { background-color: rgb(170,60,246); }

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

border-color css

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

 span { border-color: rgb(170,60,246); }

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