Html Css Color HEX #A54FFD Blue Violet

📋 copy color: '#A54FFD'

red 165 ◦ green 79 ◦ blue 253

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

Shades of Blue Violet #A54FFD

Tints of Blue Violet #A54FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.9%

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 33.2%
G = 15.9%
B = 50.91%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A54FFD (or 0xA54FFD) is known color: Blue Violet. HEX triplet: A5, 4F and FD. RGB value is (165,79,253). Sum of RGB (Red+Green+Blue) = 165+79+253=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #A54FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FFD is #5AB002. Grayscale: #7B7B7B. Windows color (decimal): -5943299 or 16600997. OLE color: 16600997.

HSL color Cylindrical-coordinate representation of color #A54FFD: hue angle of 269.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54FFD is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 79 253 -
CMYK 0.35 0.69 0 0.01
HSL 269.66º 0.98% 0.65% -
HSV(B) 269.66º 0.69% 0.99% -
XYZ 36.04 20.68 95.02 -
YUV 124.55 200.49 156.85 -
System Red Green Blue C M Y K H S L
Decimal 165 79 253 0.35 0.69 0 0.01 269.66 0.98 0.65
Hex A5 4F FD 23 45 0 1 10E 62 41
Octal 245 117 375 43 105 0 1 416 142 101
Binary 10100101 1001111 11111101 100011 1000101 0 1 100001110 1100010 1000001

Color Harmonies of #A54FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FFD

Black with #A54FFD

Text Example


Text Example

White with #A54FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FFD; }

 p { color: rgb(165,79,253); }

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

background-color css

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

 a { background-color: rgb(165,79,253); }

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

border-color css

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

 span { border-color: rgb(165,79,253); }

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