Html Css Color HEX #AA28FD Blue Violet

📋 copy color: '#AA28FD'

red 170 ◦ green 40 ◦ blue 253

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

Shades of Blue Violet #AA28FD

Tints of Blue Violet #AA28FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 36.72%
G = 8.64%
B = 54.64%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA28FD (or 0xAA28FD) is known color: Blue Violet. HEX triplet: AA, 28 and FD. RGB value is (170,40,253). Sum of RGB (Red+Green+Blue) = 170+40+253=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA28FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA28FD is #55D702. Grayscale: #666666. Windows color (decimal): -5625603 or 16591018. OLE color: 16591018.

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

Color convert

RGB 170 40 253 -
CMYK 0.33 0.84 0 0.01
HSL 276.62º 0.98% 0.57% -
HSV(B) 276.62º 0.84% 0.99% -
XYZ 35.07 17.16 94.39 -
YUV 103.15 212.57 175.68 -
System Red Green Blue C M Y K H S L
Decimal 170 40 253 0.33 0.84 0 0.01 276.62 0.98 0.57
Hex AA 28 FD 21 54 0 1 115 62 39
Octal 252 50 375 41 124 0 1 425 142 71
Binary 10101010 101000 11111101 100001 1010100 0 1 100010101 1100010 111001

Color Harmonies of #AA28FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28FD

Black with #AA28FD

Text Example


Text Example

White with #AA28FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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