Html Css Color HEX #A54AFE Blue Violet

📋 copy color: '#A54AFE'

red 165 ◦ green 74 ◦ blue 254

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

Shades of Blue Violet #A54AFE

Tints of Blue Violet #A54AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 33.47%
G = 15.01%
B = 51.52%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A54AFE (or 0xA54AFE) is known color: Blue Violet. HEX triplet: A5, 4A and FE. RGB value is (165,74,254). Sum of RGB (Red+Green+Blue) = 165+74+254=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #A54AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AFE is #5AB501. Grayscale: #797979. Windows color (decimal): -5944578 or 16665253. OLE color: 16665253.

HSL color Cylindrical-coordinate representation of color #A54AFE: hue angle of 270.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A54AFE is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 74 254 -
CMYK 0.35 0.71 0 0.00
HSL 270.33º 0.99% 0.64% -
HSV(B) 270.33º 0.71% 1% -
XYZ 35.86 20.05 95.75 -
YUV 121.73 202.65 158.86 -
System Red Green Blue C M Y K H S L
Decimal 165 74 254 0.35 0.71 0 0.00 270.33 0.99 0.64
Hex A5 4A FE 23 47 0 0 10E 63 40
Octal 245 112 376 43 107 0 0 416 143 100
Binary 10100101 1001010 11111110 100011 1000111 0 0 100001110 1100011 1000000

Color Harmonies of #A54AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AFE

Black with #A54AFE

Text Example


Text Example

White with #A54AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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