Html Css Color HEX #AA44FA Blue Violet

📋 copy color: '#AA44FA'

red 170 ◦ green 68 ◦ blue 250

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

Shades of Blue Violet #AA44FA

Tints of Blue Violet #AA44FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.93%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 34.84%
G = 13.93%
B = 51.23%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA44FA (or 0xAA44FA) is known color: Blue Violet. HEX triplet: AA, 44 and FA. RGB value is (170,68,250). Sum of RGB (Red+Green+Blue) = 170+68+250=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA44FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA44FA is #55BB05. Grayscale: #767676. Windows color (decimal): -5618438 or 16401578. OLE color: 16401578.

HSL color Cylindrical-coordinate representation of color #AA44FA: hue angle of 273.63º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA44FA is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 68 250 -
CMYK 0.32 0.73 0 0.02
HSL 273.63º 0.95% 0.62% -
HSV(B) 273.63º 0.73% 0.98% -
XYZ 35.9 19.58 92.33 -
YUV 119.25 201.79 164.2 -
System Red Green Blue C M Y K H S L
Decimal 170 68 250 0.32 0.73 0 0.02 273.63 0.95 0.62
Hex AA 44 FA 20 49 0 2 112 5F 3E
Octal 252 104 372 40 111 0 2 422 137 76
Binary 10101010 1000100 11111010 100000 1001001 0 10 100010010 1011111 111110

Color Harmonies of #AA44FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44FA

Black with #AA44FA

Text Example


Text Example

White with #AA44FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44FA; }

 p { color: rgb(170,68,250); }

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

background-color css

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

 a { background-color: rgb(170,68,250); }

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

border-color css

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

 span { border-color: rgb(170,68,250); }

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