Html Css Color HEX #A331F2 Blue Violet

📋 copy color: '#A331F2'

red 163 ◦ green 49 ◦ blue 242

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

Shades of Blue Violet #A331F2

Tints of Blue Violet #A331F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.3%

R = 35.9%
G = 10.79%
B = 53.3%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A331F2 (or 0xA331F2) is known color: Blue Violet. HEX triplet: A3, 31 and F2. RGB value is (163,49,242). Sum of RGB (Red+Green+Blue) = 163+49+242=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #A331F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A331F2 is #5CCE0D. Grayscale: #686868. Windows color (decimal): -6082062 or 15872419. OLE color: 15872419.

HSL color Cylindrical-coordinate representation of color #A331F2: hue angle of 275.44º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A331F2 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 49 242 -
CMYK 0.33 0.80 0 0.05
HSL 275.44º 0.88% 0.57% -
HSV(B) 275.44º 0.8% 0.95% -
XYZ 32.23 16.39 85.47 -
YUV 105.09 205.27 169.31 -
System Red Green Blue C M Y K H S L
Decimal 163 49 242 0.33 0.80 0 0.05 275.44 0.88 0.57
Hex A3 31 F2 21 50 0 5 113 58 39
Octal 243 61 362 41 120 0 5 423 130 71
Binary 10100011 110001 11110010 100001 1010000 0 101 100010011 1011000 111001

Color Harmonies of #A331F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331F2

Black with #A331F2

Text Example


Text Example

White with #A331F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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