Html Css Color HEX #A51AF0 Blue Violet

📋 copy color: '#A51AF0'

red 165 ◦ green 26 ◦ blue 240

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

Shades of Blue Violet #A51AF0

Tints of Blue Violet #A51AF0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.03%

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 38.28%
G = 6.03%
B = 55.68%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A51AF0 (or 0xA51AF0) is known color: Blue Violet. HEX triplet: A5, 1A and F0. RGB value is (165,26,240). Sum of RGB (Red+Green+Blue) = 165+26+240=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #A51AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51AF0 is #5AE50F. Grayscale: #5B5B5B. Windows color (decimal): -5956880 or 15735461. OLE color: 15735461.

HSL color Cylindrical-coordinate representation of color #A51AF0: hue angle of 278.97º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51AF0 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 26 240 -
CMYK 0.31 0.89 0 0.06
HSL 278.97º 0.88% 0.52% -
HSV(B) 278.97º 0.89% 0.94% -
XYZ 31.61 15.03 83.67 -
YUV 91.96 211.55 180.1 -
System Red Green Blue C M Y K H S L
Decimal 165 26 240 0.31 0.89 0 0.06 278.97 0.88 0.52
Hex A5 1A F0 1F 59 0 6 117 58 34
Octal 245 32 360 37 131 0 6 427 130 64
Binary 10100101 11010 11110000 11111 1011001 0 110 100010111 1011000 110100

Color Harmonies of #A51AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AF0

Black with #A51AF0

Text Example


Text Example

White with #A51AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AF0; }

 p { color: rgb(165,26,240); }

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

background-color css

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

 a { background-color: rgb(165,26,240); }

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

border-color css

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

 span { border-color: rgb(165,26,240); }

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