Html Css Color HEX #AA40FC Blue Violet

📋 copy color: '#AA40FC'

red 170 ◦ green 64 ◦ blue 252

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

Shades of Blue Violet #AA40FC

Tints of Blue Violet #AA40FC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.17%

 BLUE value IS 252 (98.83% from 255) = 51.85%

R = 34.98%
G = 13.17%
B = 51.85%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA40FC (or 0xAA40FC) is known color: Blue Violet. HEX triplet: AA, 40 and FC. RGB value is (170,64,252). Sum of RGB (Red+Green+Blue) = 170+64+252=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA40FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40FC is #55BF03. Grayscale: #747474. Windows color (decimal): -5619460 or 16531626. OLE color: 16531626.

HSL color Cylindrical-coordinate representation of color #AA40FC: hue angle of 273.83º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA40FC is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 64 252 -
CMYK 0.33 0.75 0 0.01
HSL 273.83º 0.97% 0.62% -
HSV(B) 273.83º 0.75% 0.99% -
XYZ 35.98 19.24 93.91 -
YUV 117.13 204.12 165.71 -
System Red Green Blue C M Y K H S L
Decimal 170 64 252 0.33 0.75 0 0.01 273.83 0.97 0.62
Hex AA 40 FC 21 4B 0 1 112 61 3E
Octal 252 100 374 41 113 0 1 422 141 76
Binary 10101010 1000000 11111100 100001 1001011 0 1 100010010 1100001 111110

Color Harmonies of #AA40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40FC

Black with #AA40FC

Text Example


Text Example

White with #AA40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40FC; }

 p { color: rgb(170,64,252); }

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

background-color css

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

 a { background-color: rgb(170,64,252); }

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

border-color css

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

 span { border-color: rgb(170,64,252); }

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