Html Css Color HEX #AA28FB Blue Violet

📋 copy color: '#AA28FB'

red 170 ◦ green 40 ◦ blue 251

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

Shades of Blue Violet #AA28FB

Tints of Blue Violet #AA28FB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.68%

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

R = 36.88%
G = 8.68%
B = 54.45%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA28FB (or 0xAA28FB) is known color: Blue Violet. HEX triplet: AA, 28 and FB. RGB value is (170,40,251). Sum of RGB (Red+Green+Blue) = 170+40+251=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA28FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA28FB is #55D704. Grayscale: #666666. Windows color (decimal): -5625605 or 16459946. OLE color: 16459946.

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

Color convert

RGB 170 40 251 -
CMYK 0.32 0.84 0 0.02
HSL 276.97º 0.96% 0.57% -
HSV(B) 276.97º 0.84% 0.98% -
XYZ 34.75 17.03 92.72 -
YUV 102.92 211.57 175.84 -
System Red Green Blue C M Y K H S L
Decimal 170 40 251 0.32 0.84 0 0.02 276.97 0.96 0.57
Hex AA 28 FB 20 54 0 2 115 60 39
Octal 252 50 373 40 124 0 2 425 140 71
Binary 10101010 101000 11111011 100000 1010100 0 10 100010101 1100000 111001

Color Harmonies of #AA28FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28FB

Black with #AA28FB

Text Example


Text Example

White with #AA28FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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