Html Css Color HEX #A548F5 Blue Violet

📋 copy color: '#A548F5'

red 165 ◦ green 72 ◦ blue 245

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

Shades of Blue Violet #A548F5

Tints of Blue Violet #A548F5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.94%

 BLUE value IS 245 (96.09% from 255) = 50.83%

R = 34.23%
G = 14.94%
B = 50.83%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A548F5 (or 0xA548F5) is known color: Blue Violet. HEX triplet: A5, 48 and F5. RGB value is (165,72,245). Sum of RGB (Red+Green+Blue) = 165+72+245=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #A548F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A548F5 is #5AB70A. Grayscale: #767676. Windows color (decimal): -5945099 or 16074917. OLE color: 16074917.

HSL color Cylindrical-coordinate representation of color #A548F5: hue angle of 272.25º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A548F5 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 72 245 -
CMYK 0.33 0.71 0 0.04
HSL 272.25º 0.9% 0.62% -
HSV(B) 272.25º 0.71% 0.96% -
XYZ 34.32 19.23 88.29 -
YUV 119.53 198.81 160.43 -
System Red Green Blue C M Y K H S L
Decimal 165 72 245 0.33 0.71 0 0.04 272.25 0.9 0.62
Hex A5 48 F5 21 47 0 4 110 5A 3E
Octal 245 110 365 41 107 0 4 420 132 76
Binary 10100101 1001000 11110101 100001 1000111 0 100 100010000 1011010 111110

Color Harmonies of #A548F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548F5

Black with #A548F5

Text Example


Text Example

White with #A548F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548F5; }

 p { color: rgb(165,72,245); }

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

background-color css

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

 a { background-color: rgb(165,72,245); }

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

border-color css

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

 span { border-color: rgb(165,72,245); }

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