Html Css Color HEX #AA40FD Blue Violet

📋 copy color: '#AA40FD'

red 170 ◦ green 64 ◦ blue 253

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

Shades of Blue Violet #AA40FD

Tints of Blue Violet #AA40FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.95%

R = 34.91%
G = 13.14%
B = 51.95%

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

#AA40FD (or 0xAA40FD) is known color: Blue Violet. HEX triplet: AA, 40 and FD. RGB value is (170,64,253). Sum of RGB (Red+Green+Blue) = 170+64+253=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA40FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40FD is #55BF02. Grayscale: #747474. Windows color (decimal): -5619459 or 16597162. OLE color: 16597162.

HSL color Cylindrical-coordinate representation of color #AA40FD: hue angle of 273.65º degrees, saturation: 0.98, 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 #AA40FD is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 64 253 -
CMYK 0.33 0.75 0 0.01
HSL 273.65º 0.98% 0.62% -
HSV(B) 273.65º 0.75% 0.99% -
XYZ 36.14 19.3 94.75 -
YUV 117.24 204.62 165.63 -
System Red Green Blue C M Y K H S L
Decimal 170 64 253 0.33 0.75 0 0.01 273.65 0.98 0.62
Hex AA 40 FD 21 4B 0 1 112 62 3E
Octal 252 100 375 41 113 0 1 422 142 76
Binary 10101010 1000000 11111101 100001 1001011 0 1 100010010 1100010 111110

Color Harmonies of #AA40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40FD

Black with #AA40FD

Text Example


Text Example

White with #AA40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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