Html Css Color HEX #AA38FA Blue Violet

📋 copy color: '#AA38FA'

red 170 ◦ green 56 ◦ blue 250

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

Shades of Blue Violet #AA38FA

Tints of Blue Violet #AA38FA

RGB

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

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

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

R = 35.71%
G = 11.76%
B = 52.52%

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

#AA38FA (or 0xAA38FA) is known color: Blue Violet. HEX triplet: AA, 38 and FA. RGB value is (170,56,250). Sum of RGB (Red+Green+Blue) = 170+56+250=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA38FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA38FA is #55C705. Grayscale: #6F6F6F. Windows color (decimal): -5621510 or 16398506. OLE color: 16398506.

HSL color Cylindrical-coordinate representation of color #AA38FA: hue angle of 275.26º degrees, saturation: 0.95, 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 #AA38FA is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 56 250 -
CMYK 0.32 0.78 0 0.02
HSL 275.26º 0.95% 0.6% -
HSV(B) 275.26º 0.78% 0.98% -
XYZ 35.25 18.28 92.11 -
YUV 112.2 205.77 169.23 -
System Red Green Blue C M Y K H S L
Decimal 170 56 250 0.32 0.78 0 0.02 275.26 0.95 0.6
Hex AA 38 FA 20 4E 0 2 113 5F 3C
Octal 252 70 372 40 116 0 2 423 137 74
Binary 10101010 111000 11111010 100000 1001110 0 10 100010011 1011111 111100

Color Harmonies of #AA38FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38FA

Black with #AA38FA

Text Example


Text Example

White with #AA38FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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