Html Css Color HEX #AA38F1 Blue Violet

📋 copy color: '#AA38F1'

red 170 ◦ green 56 ◦ blue 241

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

Shades of Blue Violet #AA38F1

Tints of Blue Violet #AA38F1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.99%

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 36.4%
G = 11.99%
B = 51.61%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA38F1 (or 0xAA38F1) is known color: Blue Violet. HEX triplet: AA, 38 and F1. RGB value is (170,56,241). Sum of RGB (Red+Green+Blue) = 170+56+241=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA38F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA38F1 is #55C70E. Grayscale: #6E6E6E. Windows color (decimal): -5621519 or 15808682. OLE color: 15808682.

HSL color Cylindrical-coordinate representation of color #AA38F1: hue angle of 276.97º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA38F1 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 56 241 -
CMYK 0.29 0.77 0 0.05
HSL 276.97º 0.87% 0.58% -
HSV(B) 276.97º 0.77% 0.95% -
XYZ 33.87 17.73 84.86 -
YUV 111.18 201.27 169.96 -
System Red Green Blue C M Y K H S L
Decimal 170 56 241 0.29 0.77 0 0.05 276.97 0.87 0.58
Hex AA 38 F1 1D 4D 0 5 115 57 3A
Octal 252 70 361 35 115 0 5 425 127 72
Binary 10101010 111000 11110001 11101 1001101 0 101 100010101 1010111 111010

Color Harmonies of #AA38F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38F1

Black with #AA38F1

Text Example


Text Example

White with #AA38F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38F1; }

 p { color: rgb(170,56,241); }

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

background-color css

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

 a { background-color: rgb(170,56,241); }

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

border-color css

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

 span { border-color: rgb(170,56,241); }

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