Html Css Color HEX #AA3FFF Blue Violet

📋 copy color: '#AA3FFF'

red 170 ◦ green 63 ◦ blue 255

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

Shades of Blue Violet #AA3FFF

Tints of Blue Violet #AA3FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.91%

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

R = 34.84%
G = 12.91%
B = 52.25%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA3FFF (or 0xAA3FFF) is known color: Blue Violet. HEX triplet: AA, 3F and FF. RGB value is (170,63,255). Sum of RGB (Red+Green+Blue) = 170+63+255=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA3FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FFF is #55C000. Grayscale: #747474. Windows color (decimal): -5619713 or 16727978. OLE color: 16727978.

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

Color convert

RGB 170 63 255 -
CMYK 0.33 0.75 0 0
HSL 273.44º 1% 0.62% -
HSV(B) 273.44º 0.75% 1% -
XYZ 36.41 19.32 96.42 -
YUV 116.88 205.95 165.89 -
System Red Green Blue C M Y K H S L
Decimal 170 63 255 0.33 0.75 0 0 273.44 1 0.62
Hex AA 3F FF 21 4B 0 0 111 64 3E
Octal 252 77 377 41 113 0 0 421 144 76
Binary 10101010 111111 11111111 100001 1001011 0 0 100010001 1100100 111110

Color Harmonies of #AA3FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FFF

Black with #AA3FFF

Text Example


Text Example

White with #AA3FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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