Html Css Color HEX #A546F7 Blue Violet

📋 copy color: '#A546F7'

red 165 ◦ green 70 ◦ blue 247

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

Shades of Blue Violet #A546F7

Tints of Blue Violet #A546F7

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.52%

 BLUE value IS 247 (96.88% from 255) = 51.24%

R = 34.23%
G = 14.52%
B = 51.24%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A546F7 (or 0xA546F7) is known color: Blue Violet. HEX triplet: A5, 46 and F7. RGB value is (165,70,247). Sum of RGB (Red+Green+Blue) = 165+70+247=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #A546F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A546F7 is #5AB908. Grayscale: #757575. Windows color (decimal): -5945609 or 16205477. OLE color: 16205477.

HSL color Cylindrical-coordinate representation of color #A546F7: hue angle of 272.2º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A546F7 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 70 247 -
CMYK 0.33 0.72 0 0.03
HSL 272.2º 0.92% 0.62% -
HSV(B) 272.2º 0.72% 0.97% -
XYZ 34.5 19.1 89.86 -
YUV 118.58 200.47 161.11 -
System Red Green Blue C M Y K H S L
Decimal 165 70 247 0.33 0.72 0 0.03 272.2 0.92 0.62
Hex A5 46 F7 21 48 0 3 110 5C 3E
Octal 245 106 367 41 110 0 3 420 134 76
Binary 10100101 1000110 11110111 100001 1001000 0 11 100010000 1011100 111110

Color Harmonies of #A546F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A546F7

Black with #A546F7

Text Example


Text Example

White with #A546F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A546F7; }

 p { color: rgb(165,70,247); }

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

background-color css

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

 a { background-color: rgb(165,70,247); }

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

border-color css

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

 span { border-color: rgb(165,70,247); }

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