Html Css Color HEX #A648F9 Blue Violet

📋 copy color: '#A648F9'

red 166 ◦ green 72 ◦ blue 249

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

Shades of Blue Violet #A648F9

Tints of Blue Violet #A648F9

RGB

 RED value IS 166 (65.23% from 255) = 34.09%

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

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

R = 34.09%
G = 14.78%
B = 51.13%

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

#A648F9 (or 0xA648F9) is known color: Blue Violet. HEX triplet: A6, 48 and F9. RGB value is (166,72,249). Sum of RGB (Red+Green+Blue) = 166+72+249=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #A648F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A648F9 is #59B706. Grayscale: #777777. Windows color (decimal): -5879559 or 16337062. OLE color: 16337062.

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

Color convert

RGB 166 72 249 -
CMYK 0.33 0.71 0 0.02
HSL 271.86º 0.94% 0.63% -
HSV(B) 271.86º 0.71% 0.98% -
XYZ 35.14 19.58 91.55 -
YUV 120.28 200.64 160.61 -
System Red Green Blue C M Y K H S L
Decimal 166 72 249 0.33 0.71 0 0.02 271.86 0.94 0.63
Hex A6 48 F9 21 47 0 2 110 5E 3F
Octal 246 110 371 41 107 0 2 420 136 77
Binary 10100110 1001000 11111001 100001 1000111 0 10 100010000 1011110 111111

Color Harmonies of #A648F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A648F9

Black with #A648F9

Text Example


Text Example

White with #A648F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A648F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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