Html Css Color HEX #A51DFB Blue Violet

📋 copy color: '#A51DFB'

red 165 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #A51DFB

Tints of Blue Violet #A51DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.52%

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

R = 37.08%
G = 6.52%
B = 56.4%

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

#A51DFB (or 0xA51DFB) is known color: Blue Violet. HEX triplet: A5, 1D and FB. RGB value is (165,29,251). Sum of RGB (Red+Green+Blue) = 165+29+251=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #A51DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51DFB is #5AE204. Grayscale: #5E5E5E. Windows color (decimal): -5956101 or 16457125. OLE color: 16457125.

HSL color Cylindrical-coordinate representation of color #A51DFB: hue angle of 276.76º degrees, saturation: 0.97, 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 #A51DFB is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 29 251 -
CMYK 0.34 0.88 0 0.02
HSL 276.76º 0.97% 0.55% -
HSV(B) 276.76º 0.88% 0.98% -
XYZ 33.37 15.84 92.57 -
YUV 94.97 216.06 177.95 -
System Red Green Blue C M Y K H S L
Decimal 165 29 251 0.34 0.88 0 0.02 276.76 0.97 0.55
Hex A5 1D FB 22 58 0 2 115 61 37
Octal 245 35 373 42 130 0 2 425 141 67
Binary 10100101 11101 11111011 100010 1011000 0 10 100010101 1100001 110111

Color Harmonies of #A51DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DFB

Black with #A51DFB

Text Example


Text Example

White with #A51DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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