Html Css Color HEX #A51EFA Blue Violet

📋 copy color: '#A51EFA'

red 165 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #A51EFA

Tints of Blue Violet #A51EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.74%

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 37.08%
G = 6.74%
B = 56.18%

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

#A51EFA (or 0xA51EFA) is known color: Blue Violet. HEX triplet: A5, 1E and FA. RGB value is (165,30,250). Sum of RGB (Red+Green+Blue) = 165+30+250=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #A51EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51EFA is #5AE105. Grayscale: #5E5E5E. Windows color (decimal): -5955846 or 16391845. OLE color: 16391845.

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

Color convert

RGB 165 30 250 -
CMYK 0.34 0.88 0 0.02
HSL 276.82º 0.96% 0.55% -
HSV(B) 276.82º 0.88% 0.98% -
XYZ 33.24 15.83 91.75 -
YUV 95.45 215.23 177.61 -
System Red Green Blue C M Y K H S L
Decimal 165 30 250 0.34 0.88 0 0.02 276.82 0.96 0.55
Hex A5 1E FA 22 58 0 2 115 60 37
Octal 245 36 372 42 130 0 2 425 140 67
Binary 10100101 11110 11111010 100010 1011000 0 10 100010101 1100000 110111

Color Harmonies of #A51EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EFA

Black with #A51EFA

Text Example


Text Example

White with #A51EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EFA; }

 p { color: rgb(165,30,250); }

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

background-color css

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

 a { background-color: rgb(165,30,250); }

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

border-color css

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

 span { border-color: rgb(165,30,250); }

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