Html Css Color HEX #AA34FA Blue Violet

📋 copy color: '#AA34FA'

red 170 ◦ green 52 ◦ blue 250

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

Shades of Blue Violet #AA34FA

Tints of Blue Violet #AA34FA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

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

R = 36.02%
G = 11.02%
B = 52.97%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA34FA (or 0xAA34FA) is known color: Blue Violet. HEX triplet: AA, 34 and FA. RGB value is (170,52,250). Sum of RGB (Red+Green+Blue) = 170+52+250=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA34FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA34FA is #55CB05. Grayscale: #6D6D6D. Windows color (decimal): -5622534 or 16397482. OLE color: 16397482.

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

Color convert

RGB 170 52 250 -
CMYK 0.32 0.79 0 0.02
HSL 275.76º 0.95% 0.59% -
HSV(B) 275.76º 0.79% 0.98% -
XYZ 35.06 17.9 92.05 -
YUV 109.85 207.09 170.9 -
System Red Green Blue C M Y K H S L
Decimal 170 52 250 0.32 0.79 0 0.02 275.76 0.95 0.59
Hex AA 34 FA 20 4F 0 2 114 5F 3B
Octal 252 64 372 40 117 0 2 424 137 73
Binary 10101010 110100 11111010 100000 1001111 0 10 100010100 1011111 111011

Color Harmonies of #AA34FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA34FA

Black with #AA34FA

Text Example


Text Example

White with #AA34FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA34FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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