Html Css Color HEX #AA46FF Blue Violet

📋 copy color: '#AA46FF'

red 170 ◦ green 70 ◦ blue 255

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

Shades of Blue Violet #AA46FF

Tints of Blue Violet #AA46FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.14%

 BLUE value IS 255 (100% from 255) = 51.52%

R = 34.34%
G = 14.14%
B = 51.52%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA46FF (or 0xAA46FF) is known color: Blue Violet. HEX triplet: AA, 46 and FF. RGB value is (170,70,255). Sum of RGB (Red+Green+Blue) = 170+70+255=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA46FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA46FF is #55B900. Grayscale: #787878. Windows color (decimal): -5617921 or 16729770. OLE color: 16729770.

HSL color Cylindrical-coordinate representation of color #AA46FF: hue angle of 272.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA46FF is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 70 255 -
CMYK 0.33 0.73 0 0
HSL 272.43º 1% 0.64% -
HSV(B) 272.43º 0.73% 1% -
XYZ 36.82 20.15 96.56 -
YUV 120.99 203.63 162.96 -
System Red Green Blue C M Y K H S L
Decimal 170 70 255 0.33 0.73 0 0 272.43 1 0.64
Hex AA 46 FF 21 49 0 0 110 64 40
Octal 252 106 377 41 111 0 0 420 144 100
Binary 10101010 1000110 11111111 100001 1001001 0 0 100010000 1100100 1000000

Color Harmonies of #AA46FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA46FF

Black with #AA46FF

Text Example


Text Example

White with #AA46FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA46FF; }

 p { color: rgb(170,70,255); }

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

background-color css

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

 a { background-color: rgb(170,70,255); }

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

border-color css

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

 span { border-color: rgb(170,70,255); }

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