Html Css Color HEX #A54DFB Blue Violet

📋 copy color: '#A54DFB'

red 165 ◦ green 77 ◦ blue 251

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

Shades of Blue Violet #A54DFB

Tints of Blue Violet #A54DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.62%

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

R = 33.47%
G = 15.62%
B = 50.91%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A54DFB (or 0xA54DFB) is known color: Blue Violet. HEX triplet: A5, 4D and FB. RGB value is (165,77,251). Sum of RGB (Red+Green+Blue) = 165+77+251=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #A54DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DFB is #5AB204. Grayscale: #7A7A7A. Windows color (decimal): -5943813 or 16469413. OLE color: 16469413.

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

Color convert

RGB 165 77 251 -
CMYK 0.34 0.69 0 0.02
HSL 270.34º 0.96% 0.64% -
HSV(B) 270.34º 0.69% 0.98% -
XYZ 35.58 20.27 93.3 -
YUV 123.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 165 77 251 0.34 0.69 0 0.02 270.34 0.96 0.64
Hex A5 4D FB 22 45 0 2 10E 60 40
Octal 245 115 373 42 105 0 2 416 140 100
Binary 10100101 1001101 11111011 100010 1000101 0 10 100001110 1100000 1000000

Color Harmonies of #A54DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DFB

Black with #A54DFB

Text Example


Text Example

White with #A54DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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