Html Css Color HEX #A231F9 Blue Violet

📋 copy color: '#A231F9'

red 162 ◦ green 49 ◦ blue 249

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

Shades of Blue Violet #A231F9

Tints of Blue Violet #A231F9

RGB

 RED value IS 162 (63.67% from 255) = 35.22%

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

 BLUE value IS 249 (97.66% from 255) = 54.13%

R = 35.22%
G = 10.65%
B = 54.13%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A231F9 (or 0xA231F9) is known color: Blue Violet. HEX triplet: A2, 31 and F9. RGB value is (162,49,249). Sum of RGB (Red+Green+Blue) = 162+49+249=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #A231F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A231F9 is #5DCE06. Grayscale: #686868. Windows color (decimal): -6147591 or 16331170. OLE color: 16331170.

HSL color Cylindrical-coordinate representation of color #A231F9: hue angle of 273.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A231F9 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 49 249 -
CMYK 0.35 0.80 0 0.02
HSL 273.9º 0.94% 0.58% -
HSV(B) 273.9º 0.8% 0.98% -
XYZ 33.1 16.72 91.1 -
YUV 105.59 208.94 168.24 -
System Red Green Blue C M Y K H S L
Decimal 162 49 249 0.35 0.80 0 0.02 273.9 0.94 0.58
Hex A2 31 F9 23 50 0 2 112 5E 3A
Octal 242 61 371 43 120 0 2 422 136 72
Binary 10100010 110001 11111001 100011 1010000 0 10 100010010 1011110 111010

Color Harmonies of #A231F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A231F9

Black with #A231F9

Text Example


Text Example

White with #A231F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A231F9; }

 p { color: rgb(162,49,249); }

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

background-color css

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

 a { background-color: rgb(162,49,249); }

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

border-color css

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

 span { border-color: rgb(162,49,249); }

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