Html Css Color HEX #A51FFB Blue Violet

📋 copy color: '#A51FFB'

red 165 ◦ green 31 ◦ blue 251

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

Shades of Blue Violet #A51FFB

Tints of Blue Violet #A51FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 36.91%
G = 6.94%
B = 56.15%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A51FFB (or 0xA51FFB) is known color: Blue Violet. HEX triplet: A5, 1F and FB. RGB value is (165,31,251). Sum of RGB (Red+Green+Blue) = 165+31+251=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #A51FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51FFB is #5AE004. Grayscale: #5F5F5F. Windows color (decimal): -5955589 or 16457637. OLE color: 16457637.

HSL color Cylindrical-coordinate representation of color #A51FFB: hue angle of 276.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51FFB is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 31 251 -
CMYK 0.34 0.88 0 0.02
HSL 276.55º 0.96% 0.55% -
HSV(B) 276.55º 0.88% 0.98% -
XYZ 33.42 15.94 92.58 -
YUV 96.15 215.39 177.11 -
System Red Green Blue C M Y K H S L
Decimal 165 31 251 0.34 0.88 0 0.02 276.55 0.96 0.55
Hex A5 1F FB 22 58 0 2 115 60 37
Octal 245 37 373 42 130 0 2 425 140 67
Binary 10100101 11111 11111011 100010 1011000 0 10 100010101 1100000 110111

Color Harmonies of #A51FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FFB

Black with #A51FFB

Text Example


Text Example

White with #A51FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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