Html Css Color HEX #A531FF Blue Violet

📋 copy color: '#A531FF'

red 165 ◦ green 49 ◦ blue 255

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

Shades of Blue Violet #A531FF

Tints of Blue Violet #A531FF

RGB

 RED value IS 165 (64.84% from 255) = 35.18%

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

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

R = 35.18%
G = 10.45%
B = 54.37%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A531FF (or 0xA531FF) is known color: Blue Violet. HEX triplet: A5, 31 and FF. RGB value is (165,49,255). Sum of RGB (Red+Green+Blue) = 165+49+255=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #A531FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A531FF is #5ACE00. Grayscale: #6A6A6A. Windows color (decimal): -5950977 or 16724389. OLE color: 16724389.

HSL color Cylindrical-coordinate representation of color #A531FF: hue angle of 273.79º 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 #A531FF is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 49 255 -
CMYK 0.35 0.81 0 0
HSL 273.79º 1% 0.6% -
HSV(B) 273.79º 0.81% 1% -
XYZ 34.67 17.42 96.14 -
YUV 107.17 211.43 169.25 -
System Red Green Blue C M Y K H S L
Decimal 165 49 255 0.35 0.81 0 0 273.79 1 0.6
Hex A5 31 FF 23 51 0 0 112 64 3C
Octal 245 61 377 43 121 0 0 422 144 74
Binary 10100101 110001 11111111 100011 1010001 0 0 100010010 1100100 111100

Color Harmonies of #A531FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A531FF

Black with #A531FF

Text Example


Text Example

White with #A531FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A531FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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