Html Css Color HEX #A51CFA Blue Violet

📋 copy color: '#A51CFA'

red 165 ◦ green 28 ◦ blue 250

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

Shades of Blue Violet #A51CFA

Tints of Blue Violet #A51CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.32%

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

R = 37.25%
G = 6.32%
B = 56.43%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A51CFA (or 0xA51CFA) is known color: Blue Violet. HEX triplet: A5, 1C and FA. RGB value is (165,28,250). Sum of RGB (Red+Green+Blue) = 165+28+250=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #A51CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51CFA is #5AE305. Grayscale: #5D5D5D. Windows color (decimal): -5956358 or 16391333. OLE color: 16391333.

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

Color convert

RGB 165 28 250 -
CMYK 0.34 0.89 0 0.02
HSL 277.03º 0.96% 0.55% -
HSV(B) 277.03º 0.89% 0.98% -
XYZ 33.19 15.73 91.73 -
YUV 94.27 215.89 178.45 -
System Red Green Blue C M Y K H S L
Decimal 165 28 250 0.34 0.89 0 0.02 277.03 0.96 0.55
Hex A5 1C FA 22 59 0 2 115 60 37
Octal 245 34 372 42 131 0 2 425 140 67
Binary 10100101 11100 11111010 100010 1011001 0 10 100010101 1100000 110111

Color Harmonies of #A51CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51CFA

Black with #A51CFA

Text Example


Text Example

White with #A51CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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