Html Css Color HEX #A342F7 Blue Violet

📋 copy color: '#A342F7'

red 163 ◦ green 66 ◦ blue 247

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

Shades of Blue Violet #A342F7

Tints of Blue Violet #A342F7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.87%

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

R = 34.24%
G = 13.87%
B = 51.89%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A342F7 (or 0xA342F7) is known color: Blue Violet. HEX triplet: A3, 42 and F7. RGB value is (163,66,247). Sum of RGB (Red+Green+Blue) = 163+66+247=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #A342F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A342F7 is #5CBD08. Grayscale: #737373. Windows color (decimal): -6077705 or 16204451. OLE color: 16204451.

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

Color convert

RGB 163 66 247 -
CMYK 0.34 0.73 0 0.03
HSL 272.15º 0.92% 0.61% -
HSV(B) 272.15º 0.73% 0.97% -
XYZ 33.84 18.4 89.76 -
YUV 115.64 202.14 161.78 -
System Red Green Blue C M Y K H S L
Decimal 163 66 247 0.34 0.73 0 0.03 272.15 0.92 0.61
Hex A3 42 F7 22 49 0 3 110 5C 3D
Octal 243 102 367 42 111 0 3 420 134 75
Binary 10100011 1000010 11110111 100010 1001001 0 11 100010000 1011100 111101

Color Harmonies of #A342F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342F7

Black with #A342F7

Text Example


Text Example

White with #A342F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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