Html Css Color HEX #A34EF7 Blue Violet

📋 copy color: '#A34EF7'

red 163 ◦ green 78 ◦ blue 247

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

Shades of Blue Violet #A34EF7

Tints of Blue Violet #A34EF7

RGB

 RED value IS 163 (64.06% from 255) = 33.4%

 GREEN value IS 78 (30.86% from 255) = 15.98%

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

R = 33.4%
G = 15.98%
B = 50.61%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A34EF7 (or 0xA34EF7) is known color: Blue Violet. HEX triplet: A3, 4E and F7. RGB value is (163,78,247). Sum of RGB (Red+Green+Blue) = 163+78+247=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #A34EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34EF7 is #5CB108. Grayscale: #7A7A7A. Windows color (decimal): -6074633 or 16207523. OLE color: 16207523.

HSL color Cylindrical-coordinate representation of color #A34EF7: hue angle of 270.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A34EF7 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 78 247 -
CMYK 0.34 0.68 0 0.03
HSL 270.18º 0.91% 0.64% -
HSV(B) 270.18º 0.68% 0.97% -
XYZ 34.62 19.95 90.02 -
YUV 122.68 198.16 156.76 -
System Red Green Blue C M Y K H S L
Decimal 163 78 247 0.34 0.68 0 0.03 270.18 0.91 0.64
Hex A3 4E F7 22 44 0 3 10E 5B 40
Octal 243 116 367 42 104 0 3 416 133 100
Binary 10100011 1001110 11110111 100010 1000100 0 11 100001110 1011011 1000000

Color Harmonies of #A34EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34EF7

Black with #A34EF7

Text Example


Text Example

White with #A34EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34EF7; }

 p { color: rgb(163,78,247); }

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

background-color css

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

 a { background-color: rgb(163,78,247); }

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

border-color css

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

 span { border-color: rgb(163,78,247); }

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