Html Css Color HEX #A51AF1 Blue Violet

📋 copy color: '#A51AF1'

red 165 ◦ green 26 ◦ blue 241

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

Shades of Blue Violet #A51AF1

Tints of Blue Violet #A51AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.79%

R = 38.19%
G = 6.02%
B = 55.79%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A51AF1 (or 0xA51AF1) is known color: Blue Violet. HEX triplet: A5, 1A and F1. RGB value is (165,26,241). Sum of RGB (Red+Green+Blue) = 165+26+241=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #A51AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51AF1 is #5AE50E. Grayscale: #5B5B5B. Windows color (decimal): -5956879 or 15800997. OLE color: 15800997.

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

Color convert

RGB 165 26 241 -
CMYK 0.32 0.89 0 0.05
HSL 278.79º 0.88% 0.52% -
HSV(B) 278.79º 0.89% 0.95% -
XYZ 31.76 15.09 84.46 -
YUV 92.07 212.05 180.02 -
System Red Green Blue C M Y K H S L
Decimal 165 26 241 0.32 0.89 0 0.05 278.79 0.88 0.52
Hex A5 1A F1 20 59 0 5 117 58 34
Octal 245 32 361 40 131 0 5 427 130 64
Binary 10100101 11010 11110001 100000 1011001 0 101 100010111 1011000 110100

Color Harmonies of #A51AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AF1

Black with #A51AF1

Text Example


Text Example

White with #A51AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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