Html Css Color HEX #A51FED Blue Violet

📋 copy color: '#A51FED'

red 165 ◦ green 31 ◦ blue 237

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

Shades of Blue Violet #A51FED

Tints of Blue Violet #A51FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 38.11%
G = 7.16%
B = 54.73%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A51FED (or 0xA51FED) is known color: Blue Violet. HEX triplet: A5, 1F and ED. RGB value is (165,31,237). Sum of RGB (Red+Green+Blue) = 165+31+237=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #A51FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51FED is #5AE012. Grayscale: #5D5D5D. Windows color (decimal): -5955603 or 15540133. OLE color: 15540133.

HSL color Cylindrical-coordinate representation of color #A51FED: hue angle of 279.03º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51FED is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 31 237 -
CMYK 0.30 0.87 0 0.07
HSL 279.03º 0.85% 0.53% -
HSV(B) 279.03º 0.87% 0.93% -
XYZ 31.29 15.09 81.38 -
YUV 94.55 208.39 178.25 -
System Red Green Blue C M Y K H S L
Decimal 165 31 237 0.30 0.87 0 0.07 279.03 0.85 0.53
Hex A5 1F ED 1E 57 0 7 117 55 35
Octal 245 37 355 36 127 0 7 427 125 65
Binary 10100101 11111 11101101 11110 1010111 0 111 100010111 1010101 110101

Color Harmonies of #A51FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FED

Black with #A51FED

Text Example


Text Example

White with #A51FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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