Html Css Color HEX #A548F6 Blue Violet

📋 copy color: '#A548F6'

red 165 ◦ green 72 ◦ blue 246

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

Shades of Blue Violet #A548F6

Tints of Blue Violet #A548F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 34.16%
G = 14.91%
B = 50.93%

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

#A548F6 (or 0xA548F6) is known color: Blue Violet. HEX triplet: A5, 48 and F6. RGB value is (165,72,246). Sum of RGB (Red+Green+Blue) = 165+72+246=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #A548F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A548F6 is #5AB709. Grayscale: #777777. Windows color (decimal): -5945098 or 16140453. OLE color: 16140453.

HSL color Cylindrical-coordinate representation of color #A548F6: hue angle of 272.07º degrees, saturation: 0.91, 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 #A548F6 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 72 246 -
CMYK 0.33 0.71 0 0.04
HSL 272.07º 0.91% 0.62% -
HSV(B) 272.07º 0.71% 0.96% -
XYZ 34.47 19.29 89.09 -
YUV 119.64 199.31 160.35 -
System Red Green Blue C M Y K H S L
Decimal 165 72 246 0.33 0.71 0 0.04 272.07 0.91 0.62
Hex A5 48 F6 21 47 0 4 110 5B 3E
Octal 245 110 366 41 107 0 4 420 133 76
Binary 10100101 1001000 11110110 100001 1000111 0 100 100010000 1011011 111110

Color Harmonies of #A548F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548F6

Black with #A548F6

Text Example


Text Example

White with #A548F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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