Html Css Color HEX #AA23FA Blue Violet

📋 copy color: '#AA23FA'

red 170 ◦ green 35 ◦ blue 250

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

Shades of Blue Violet #AA23FA

Tints of Blue Violet #AA23FA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.69%

 BLUE value IS 250 (98.05% from 255) = 54.95%

R = 37.36%
G = 7.69%
B = 54.95%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA23FA (or 0xAA23FA) is known color: Blue Violet. HEX triplet: AA, 23 and FA. RGB value is (170,35,250). Sum of RGB (Red+Green+Blue) = 170+35+250=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA23FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA23FA is #55DC05. Grayscale: #636363. Windows color (decimal): -5626886 or 16393130. OLE color: 16393130.

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

Color convert

RGB 170 35 250 -
CMYK 0.32 0.86 0 0.02
HSL 277.67º 0.96% 0.56% -
HSV(B) 277.67º 0.86% 0.98% -
XYZ 34.43 16.65 91.84 -
YUV 99.88 212.73 178.02 -
System Red Green Blue C M Y K H S L
Decimal 170 35 250 0.32 0.86 0 0.02 277.67 0.96 0.56
Hex AA 23 FA 20 56 0 2 116 60 38
Octal 252 43 372 40 126 0 2 426 140 70
Binary 10101010 100011 11111010 100000 1010110 0 10 100010110 1100000 111000

Color Harmonies of #AA23FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23FA

Black with #AA23FA

Text Example


Text Example

White with #AA23FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23FA; }

 p { color: rgb(170,35,250); }

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

background-color css

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

 a { background-color: rgb(170,35,250); }

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

border-color css

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

 span { border-color: rgb(170,35,250); }

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