Html Css Color HEX #A331FF Blue Violet

📋 copy color: '#A331FF'

red 163 ◦ green 49 ◦ blue 255

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

Shades of Blue Violet #A331FF

Tints of Blue Violet #A331FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.49%

 BLUE value IS 255 (100% from 255) = 54.6%

R = 34.9%
G = 10.49%
B = 54.6%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A331FF (or 0xA331FF) is known color: Blue Violet. HEX triplet: A3, 31 and FF. RGB value is (163,49,255). Sum of RGB (Red+Green+Blue) = 163+49+255=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #A331FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A331FF is #5CCE00. Grayscale: #696969. Windows color (decimal): -6082049 or 16724387. OLE color: 16724387.

HSL color Cylindrical-coordinate representation of color #A331FF: hue angle of 273.2º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A331FF is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 49 255 -
CMYK 0.36 0.81 0 0
HSL 273.2º 1% 0.6% -
HSV(B) 273.2º 0.81% 1% -
XYZ 34.25 17.2 96.12 -
YUV 106.57 211.77 168.25 -
System Red Green Blue C M Y K H S L
Decimal 163 49 255 0.36 0.81 0 0 273.2 1 0.6
Hex A3 31 FF 24 51 0 0 111 64 3C
Octal 243 61 377 44 121 0 0 421 144 74
Binary 10100011 110001 11111111 100100 1010001 0 0 100010001 1100100 111100

Color Harmonies of #A331FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331FF

Black with #A331FF

Text Example


Text Example

White with #A331FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331FF; }

 p { color: rgb(163,49,255); }

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

background-color css

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

 a { background-color: rgb(163,49,255); }

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

border-color css

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

 span { border-color: rgb(163,49,255); }

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