Html Css Color HEX #A748F9 Blue Violet

📋 copy color: '#A748F9'

red 167 ◦ green 72 ◦ blue 249

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

Shades of Blue Violet #A748F9

Tints of Blue Violet #A748F9

RGB

 RED value IS 167 (65.63% from 255) = 34.22%

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

 BLUE value IS 249 (97.66% from 255) = 51.02%

R = 34.22%
G = 14.75%
B = 51.02%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A748F9 (or 0xA748F9) is known color: Blue Violet. HEX triplet: A7, 48 and F9. RGB value is (167,72,249). Sum of RGB (Red+Green+Blue) = 167+72+249=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #A748F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A748F9 is #58B706. Grayscale: #777777. Windows color (decimal): -5814023 or 16337063. OLE color: 16337063.

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

Color convert

RGB 167 72 249 -
CMYK 0.33 0.71 0 0.02
HSL 272.2º 0.94% 0.63% -
HSV(B) 272.2º 0.71% 0.98% -
XYZ 35.35 19.69 91.56 -
YUV 120.58 200.47 161.11 -
System Red Green Blue C M Y K H S L
Decimal 167 72 249 0.33 0.71 0 0.02 272.2 0.94 0.63
Hex A7 48 F9 21 47 0 2 110 5E 3F
Octal 247 110 371 41 107 0 2 420 136 77
Binary 10100111 1001000 11111001 100001 1000111 0 10 100010000 1011110 111111

Color Harmonies of #A748F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A748F9

Black with #A748F9

Text Example


Text Example

White with #A748F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A748F9; }

 p { color: rgb(167,72,249); }

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

background-color css

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

 a { background-color: rgb(167,72,249); }

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

border-color css

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

 span { border-color: rgb(167,72,249); }

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