Html Css Color HEX #A54AFB Blue Violet

📋 copy color: '#A54AFB'

red 165 ◦ green 74 ◦ blue 251

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

Shades of Blue Violet #A54AFB

Tints of Blue Violet #A54AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.1%

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

R = 33.67%
G = 15.1%
B = 51.22%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A54AFB (or 0xA54AFB) is known color: Blue Violet. HEX triplet: A5, 4A and FB. RGB value is (165,74,251). Sum of RGB (Red+Green+Blue) = 165+74+251=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #A54AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AFB is #5AB504. Grayscale: #787878. Windows color (decimal): -5944581 or 16468645. OLE color: 16468645.

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

Color convert

RGB 165 74 251 -
CMYK 0.34 0.71 0 0.02
HSL 270.85º 0.96% 0.64% -
HSV(B) 270.85º 0.71% 0.98% -
XYZ 35.38 19.86 93.24 -
YUV 121.39 201.15 159.11 -
System Red Green Blue C M Y K H S L
Decimal 165 74 251 0.34 0.71 0 0.02 270.85 0.96 0.64
Hex A5 4A FB 22 47 0 2 10F 60 40
Octal 245 112 373 42 107 0 2 417 140 100
Binary 10100101 1001010 11111011 100010 1000111 0 10 100001111 1100000 1000000

Color Harmonies of #A54AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AFB

Black with #A54AFB

Text Example


Text Example

White with #A54AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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