Html Css Color HEX #AA3EFF Blue Violet

📋 copy color: '#AA3EFF'

red 170 ◦ green 62 ◦ blue 255

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

Shades of Blue Violet #AA3EFF

Tints of Blue Violet #AA3EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.73%

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

R = 34.91%
G = 12.73%
B = 52.36%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA3EFF (or 0xAA3EFF) is known color: Blue Violet. HEX triplet: AA, 3E and FF. RGB value is (170,62,255). Sum of RGB (Red+Green+Blue) = 170+62+255=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA3EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3EFF is #55C100. Grayscale: #737373. Windows color (decimal): -5619969 or 16727722. OLE color: 16727722.

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

Color convert

RGB 170 62 255 -
CMYK 0.33 0.76 0 0
HSL 273.58º 1% 0.62% -
HSV(B) 273.58º 0.76% 1% -
XYZ 36.35 19.21 96.4 -
YUV 116.29 206.28 166.31 -
System Red Green Blue C M Y K H S L
Decimal 170 62 255 0.33 0.76 0 0 273.58 1 0.62
Hex AA 3E FF 21 4C 0 0 112 64 3E
Octal 252 76 377 41 114 0 0 422 144 76
Binary 10101010 111110 11111111 100001 1001100 0 0 100010010 1100100 111110

Color Harmonies of #AA3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EFF

Black with #AA3EFF

Text Example


Text Example

White with #AA3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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