Html Css Color HEX #A51CF0 Blue Violet

📋 copy color: '#A51CF0'

red 165 ◦ green 28 ◦ blue 240

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

Shades of Blue Violet #A51CF0

Tints of Blue Violet #A51CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.43%

R = 38.11%
G = 6.47%
B = 55.43%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A51CF0 (or 0xA51CF0) is known color: Blue Violet. HEX triplet: A5, 1C and F0. RGB value is (165,28,240). Sum of RGB (Red+Green+Blue) = 165+28+240=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #A51CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51CF0 is #5AE30F. Grayscale: #5C5C5C. Windows color (decimal): -5956368 or 15735973. OLE color: 15735973.

HSL color Cylindrical-coordinate representation of color #A51CF0: hue angle of 278.77º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51CF0 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 28 240 -
CMYK 0.31 0.88 0 0.06
HSL 278.77º 0.88% 0.53% -
HSV(B) 278.77º 0.88% 0.94% -
XYZ 31.66 15.12 83.69 -
YUV 93.13 210.89 179.26 -
System Red Green Blue C M Y K H S L
Decimal 165 28 240 0.31 0.88 0 0.06 278.77 0.88 0.53
Hex A5 1C F0 1F 58 0 6 117 58 35
Octal 245 34 360 37 130 0 6 427 130 65
Binary 10100101 11100 11110000 11111 1011000 0 110 100010111 1011000 110101

Color Harmonies of #A51CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51CF0

Black with #A51CF0

Text Example


Text Example

White with #A51CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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