Html Css Color HEX #AA3DFB Blue Violet

📋 copy color: '#AA3DFB'

red 170 ◦ green 61 ◦ blue 251

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

Shades of Blue Violet #AA3DFB

Tints of Blue Violet #AA3DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.66%

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 35.27%
G = 12.66%
B = 52.07%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA3DFB (or 0xAA3DFB) is known color: Blue Violet. HEX triplet: AA, 3D and FB. RGB value is (170,61,251). Sum of RGB (Red+Green+Blue) = 170+61+251=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA3DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3DFB is #55C204. Grayscale: #727272. Windows color (decimal): -5620229 or 16465322. OLE color: 16465322.

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

Color convert

RGB 170 61 251 -
CMYK 0.32 0.76 0 0.02
HSL 274.42º 0.96% 0.61% -
HSV(B) 274.42º 0.76% 0.98% -
XYZ 35.66 18.85 93.03 -
YUV 115.25 204.61 167.05 -
System Red Green Blue C M Y K H S L
Decimal 170 61 251 0.32 0.76 0 0.02 274.42 0.96 0.61
Hex AA 3D FB 20 4C 0 2 112 60 3D
Octal 252 75 373 40 114 0 2 422 140 75
Binary 10101010 111101 11111011 100000 1001100 0 10 100010010 1100000 111101

Color Harmonies of #AA3DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DFB

Black with #AA3DFB

Text Example


Text Example

White with #AA3DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DFB; }

 p { color: rgb(170,61,251); }

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

background-color css

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

 a { background-color: rgb(170,61,251); }

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

border-color css

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

 span { border-color: rgb(170,61,251); }

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