Html Css Color HEX #A51FF2 Blue Violet

📋 copy color: '#A51FF2'

red 165 ◦ green 31 ◦ blue 242

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

Shades of Blue Violet #A51FF2

Tints of Blue Violet #A51FF2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.08%

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

R = 37.67%
G = 7.08%
B = 55.25%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A51FF2 (or 0xA51FF2) is known color: Blue Violet. HEX triplet: A5, 1F and F2. RGB value is (165,31,242). Sum of RGB (Red+Green+Blue) = 165+31+242=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #A51FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51FF2 is #5AE00D. Grayscale: #5E5E5E. Windows color (decimal): -5955598 or 15867813. OLE color: 15867813.

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

Color convert

RGB 165 31 242 -
CMYK 0.32 0.87 0 0.05
HSL 278.1º 0.89% 0.54% -
HSV(B) 278.1º 0.87% 0.95% -
XYZ 32.03 15.39 85.29 -
YUV 95.12 210.89 177.84 -
System Red Green Blue C M Y K H S L
Decimal 165 31 242 0.32 0.87 0 0.05 278.1 0.89 0.54
Hex A5 1F F2 20 57 0 5 116 59 36
Octal 245 37 362 40 127 0 5 426 131 66
Binary 10100101 11111 11110010 100000 1010111 0 101 100010110 1011001 110110

Color Harmonies of #A51FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FF2

Black with #A51FF2

Text Example


Text Example

White with #A51FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FF2; }

 p { color: rgb(165,31,242); }

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

background-color css

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

 a { background-color: rgb(165,31,242); }

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

border-color css

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

 span { border-color: rgb(165,31,242); }

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