Html Css Color HEX #AA38FB Blue Violet

📋 copy color: '#AA38FB'

red 170 ◦ green 56 ◦ blue 251

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

Shades of Blue Violet #AA38FB

Tints of Blue Violet #AA38FB

RGB

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

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

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

R = 35.64%
G = 11.74%
B = 52.62%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA38FB (or 0xAA38FB) is known color: Blue Violet. HEX triplet: AA, 38 and FB. RGB value is (170,56,251). Sum of RGB (Red+Green+Blue) = 170+56+251=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA38FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA38FB is #55C704. Grayscale: #6F6F6F. Windows color (decimal): -5621509 or 16464042. OLE color: 16464042.

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

Color convert

RGB 170 56 251 -
CMYK 0.32 0.78 0 0.02
HSL 275.08º 0.96% 0.6% -
HSV(B) 275.08º 0.78% 0.98% -
XYZ 35.4 18.34 92.94 -
YUV 112.32 206.27 169.14 -
System Red Green Blue C M Y K H S L
Decimal 170 56 251 0.32 0.78 0 0.02 275.08 0.96 0.6
Hex AA 38 FB 20 4E 0 2 113 60 3C
Octal 252 70 373 40 116 0 2 423 140 74
Binary 10101010 111000 11111011 100000 1001110 0 10 100010011 1100000 111100

Color Harmonies of #AA38FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38FB

Black with #AA38FB

Text Example


Text Example

White with #AA38FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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