Html Css Color HEX #A339FA Blue Violet

📋 copy color: '#A339FA'

red 163 ◦ green 57 ◦ blue 250

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

Shades of Blue Violet #A339FA

Tints of Blue Violet #A339FA

RGB

 RED value IS 163 (64.06% from 255) = 34.68%

 GREEN value IS 57 (22.66% from 255) = 12.13%

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

R = 34.68%
G = 12.13%
B = 53.19%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A339FA (or 0xA339FA) is known color: Blue Violet. HEX triplet: A3, 39 and FA. RGB value is (163,57,250). Sum of RGB (Red+Green+Blue) = 163+57+250=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 57 (22.66% from 255 or 12.13% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #A339FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A339FA is #5CC605. Grayscale: #6E6E6E. Windows color (decimal): -6080006 or 16398755. OLE color: 16398755.

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

Color convert

RGB 163 57 250 -
CMYK 0.35 0.77 0 0.02
HSL 272.95º 0.95% 0.6% -
HSV(B) 272.95º 0.77% 0.98% -
XYZ 33.82 17.61 92.06 -
YUV 110.7 206.62 165.31 -
System Red Green Blue C M Y K H S L
Decimal 163 57 250 0.35 0.77 0 0.02 272.95 0.95 0.6
Hex A3 39 FA 23 4D 0 2 111 5F 3C
Octal 243 71 372 43 115 0 2 421 137 74
Binary 10100011 111001 11111010 100011 1001101 0 10 100010001 1011111 111100

Color Harmonies of #A339FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A339FA

Black with #A339FA

Text Example


Text Example

White with #A339FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A339FA; }

 p { color: rgb(163,57,250); }

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

background-color css

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

 a { background-color: rgb(163,57,250); }

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

border-color css

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

 span { border-color: rgb(163,57,250); }

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