Html Css Color HEX #AA1FED Blue Violet

📋 copy color: '#AA1FED'

red 170 ◦ green 31 ◦ blue 237

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

Shades of Blue Violet #AA1FED

Tints of Blue Violet #AA1FED

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.08%

 BLUE value IS 237 (92.97% from 255) = 54.11%

R = 38.81%
G = 7.08%
B = 54.11%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA1FED (or 0xAA1FED) is known color: Blue Violet. HEX triplet: AA, 1F and ED. RGB value is (170,31,237). Sum of RGB (Red+Green+Blue) = 170+31+237=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA1FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1FED is #55E012. Grayscale: #5F5F5F. Windows color (decimal): -5627923 or 15540138. OLE color: 15540138.

HSL color Cylindrical-coordinate representation of color #AA1FED: hue angle of 280.49º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1FED is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 31 237 -
CMYK 0.28 0.87 0 0.07
HSL 280.49º 0.85% 0.53% -
HSV(B) 280.49º 0.87% 0.93% -
XYZ 32.35 15.64 81.43 -
YUV 96.05 207.55 180.75 -
System Red Green Blue C M Y K H S L
Decimal 170 31 237 0.28 0.87 0 0.07 280.49 0.85 0.53
Hex AA 1F ED 1C 57 0 7 118 55 35
Octal 252 37 355 34 127 0 7 430 125 65
Binary 10101010 11111 11101101 11100 1010111 0 111 100011000 1010101 110101

Color Harmonies of #AA1FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FED

Black with #AA1FED

Text Example


Text Example

White with #AA1FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FED; }

 p { color: rgb(170,31,237); }

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

background-color css

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

 a { background-color: rgb(170,31,237); }

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

border-color css

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

 span { border-color: rgb(170,31,237); }

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